Generator
class Generator extends AbstractObject implements IdAble
Properties
| $lastQuery | from AbstractObject |
Methods
from
AbstractObject
null|array|string|int|float|bool
queryLeaf(QueryBuilder $leafQueryBuilder, string $leafKey)
No description
from
AbstractObject
bool
completed()
Whether the generator complete
string
description()
Return the description of the generator
id()
A unique identifier for this Generator.
bool
isEmpty()
Wether changeset from the generator execution is empty or not
string
name()
Return the fully qualified name of the generator
Details
in
AbstractObject at line 13
__construct(AbstractClient $client, QueryBuilderChain $queryBuilderChain)
No description
in
AbstractObject at line 19
protected null|array|string|int|float|bool
queryLeaf(QueryBuilder $leafQueryBuilder, string $leafKey)
No description
at line 16
Changeset
changes()
The generated changeset
at line 25
bool
completed()
Whether the generator complete
at line 34
string
description()
Return the description of the generator
at line 43
AbstractId
id()
A unique identifier for this Generator.
at line 52
bool
isEmpty()
Wether changeset from the generator execution is empty or not
at line 61
string
name()
Return the fully qualified name of the generator
at line 70
Generator
run()
Execute the generator