CurrentModuleAsSDK
class CurrentModuleAsSDK extends AbstractObject implements IdAble, Node
The SDK-role data for the currently executing module, as installed in the supplied workspace.
Properties
| $lastQuery | from AbstractObject |
Methods
No description
The generated clients this SDK produces in the workspace.
The managed modules relevant to the bound workspace cwd: every module at or below it, plus the nearest enclosing module when the cwd itself is not managed.
The user-facing name of this SDK in the workspace.
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
array
clients()
The generated clients this SDK produces in the workspace.
at line 28
Id
id()
A unique identifier for this CurrentModuleAsSDK.
at line 37
array
modules()
The managed modules relevant to the bound workspace cwd: every module at or below it, plus the nearest enclosing module when the cwd itself is not managed.
at line 46
string
name()
The user-facing name of this SDK in the workspace.