docs/static/reference/php/Dagger/GeneratedCode.html
class GeneratedCode extends AbstractObject implements IdAble
The result of running an SDK's codegen.
| | $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
code()
The directory containing the generated code.
id()
A unique identifier for this GeneratedCode.
array
List of paths to mark generated in version control (i.e. .gitattributes).
array
List of paths to ignore in version control (i.e. .gitignore).
withVCSGeneratedPaths(array $paths)
Set the list of paths to mark generated in version control.
withVCSIgnoredPaths(array $paths)
Set the list of paths to ignore in version control.
__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 | |
Directory code()The directory containing the generated code.
| Directory | |
AbstractId id()A unique identifier for this GeneratedCode.
| AbstractId | |
array vcsGeneratedPaths()List of paths to mark generated in version control (i.e. .gitattributes).
| array | |
array vcsIgnoredPaths()List of paths to ignore in version control (i.e. .gitignore).
| array | |
GeneratedCode withVCSGeneratedPaths(array $paths)Set the list of paths to mark generated in version control.
| array | $paths | |
| GeneratedCode | |
GeneratedCode withVCSIgnoredPaths(array $paths)Set the list of paths to ignore in version control.
| array | $paths | |
| GeneratedCode | |
Generated by Doctum, a API Documentation generator and fork of Sami.