docs/static/reference/php/Dagger/Generator.html
class Generator 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
changes()
The generated changeset from the last run
bool
Whether the generator complete
string
Return the description of the generator
id()
A unique identifier for this Generator.
bool
isEmpty()
Whether changeset from the last generator run is empty or not
string
name()
Return the fully qualified name of the generator
The original module in which the generator has been defined
array
path()
The path of the generator within its module
run()
Execute the generator
__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 | |
Changeset changes()The generated changeset from the last run
| Changeset | |
bool completed()Whether the generator complete
| bool | |
string description()Return the description of the generator
| string | |
AbstractId id()A unique identifier for this Generator.
| AbstractId | |
bool isEmpty()Whether changeset from the last generator run is empty or not
| bool | |
string name()Return the fully qualified name of the generator
| string | |
Module originalModule()The original module in which the generator has been defined
| Module | |
array path()The path of the generator within its module
| array | |
Generator run()Execute the generator
| Generator | |
Generated by Doctum, a API Documentation generator and fork of Sami.