Generator
class Generator extends AbstractObject implements IdAble
Properties
| $lastQuery | from AbstractObject |
Methods
No description
Whether the generator complete
Return the description of the generator
A unique identifier for this Generator.
Wether changeset from the generator execution is empty or not
Return the fully qualified name of the generator
The original module in which the generator has been defined
The path of the generator within its module
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
Module
originalModule()
The original module in which the generator has been defined
at line 79
array
path()
The path of the generator within its module
at line 88
Generator
run()
Execute the generator