docs/static/reference/php/Dagger/GeneratorGroup.html
class GeneratorGroup 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(ChangesetsMergeConflict|null $onConflict = null)
The combined changes from the last run of the generators
id()
A unique identifier for this GeneratorGroup.
bool
isEmpty()
Whether the generated changeset from the last run is empty or not
array
list()
Return a list of individual generators and their details
run()
Execute all selected generators
__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(ChangesetsMergeConflict|null $onConflict = null)The combined changes from the last run of the generators
If any conflict occurs, for instance if the same file is modified by multiple generators, or if a file is both modified and deleted, an error is raised and the merge of the changesets will failed.
Set 'continueOnConflicts' flag to force to merge the changes in a 'last write wins' strategy.
| ChangesetsMergeConflict|null | $onConflict | |
| Changeset | |
AbstractId id()A unique identifier for this GeneratorGroup.
| AbstractId | |
bool isEmpty()Whether the generated changeset from the last run is empty or not
| bool | |
array list()Return a list of individual generators and their details
| array | |
GeneratorGroup run()Execute all selected generators
| GeneratorGroup | |
Generated by Doctum, a API Documentation generator and fork of Sami.