GeneratedCode
class GeneratedCode extends AbstractObject implements IdAble
The result of running an SDK's codegen.
Properties
$lastQuery | from AbstractObject |
Methods
No description
A unique identifier for this GeneratedCode.
List of paths to mark generated in version control (i.e. .gitattributes).
List of paths to ignore in version control (i.e. .gitignore).
Set the list of paths to mark generated in version control.
Set the list of paths to ignore in version control.
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 19
Directory
code()
The directory containing the generated code.
at line 28
AbstractId
id()
A unique identifier for this GeneratedCode.
at line 37
array
vcsGeneratedPaths()
List of paths to mark generated in version control (i.e. .gitattributes).
at line 46
array
vcsIgnoredPaths()
List of paths to ignore in version control (i.e. .gitignore).
at line 55
GeneratedCode
withVCSGeneratedPaths(array $paths)
Set the list of paths to mark generated in version control.
at line 65
GeneratedCode
withVCSIgnoredPaths(array $paths)
Set the list of paths to ignore in version control.