docs/static/reference/php/Dagger/Up.html
class Up extends AbstractObject implements IdAble
| | $lastQuery | | from AbstractObject |
__construct(AbstractClient $client, QueryBuilderChain $queryBuilderChain)
No description
from AbstractObject
null|array|string|int|float|bool
queryLeaf(QueryBuilder $leafQueryBuilder, string $leafKey)
No description
from AbstractObject
string
The description of the service
id()
A unique identifier for this Up.
string
name()
Return the fully qualified name of the service
The original module in which the service has been defined
array
path()
The path of the service within its module
run()
Execute the service function
__construct(AbstractClient $client, QueryBuilderChain $queryBuilderChain) No description
| AbstractClient | $client | | | QueryBuilderChain | $queryBuilderChain | |
protected null|array|string|int|float|bool queryLeaf(QueryBuilder $leafQueryBuilder, string $leafKey)No description
| QueryBuilder | $leafQueryBuilder | | | string | $leafKey | |
| null|array|string|int|float|bool | |
string description()The description of the service
| string | |
AbstractId id()A unique identifier for this Up.
| AbstractId | |
string name()Return the fully qualified name of the service
| string | |
Module originalModule()The original module in which the service has been defined
| Module | |
array path()The path of the service within its module
| array | |
Up run()Execute the service function
| Up | |
Generated by Doctum, a API Documentation generator and fork of Sami.