CurrentModuleAsSDK
class CurrentModuleAsSDK extends AbstractObject implements IdAble, Node
The SDK-role data for the currently executing module, as installed in the active workspace.
Properties
| $lastQuery | from AbstractObject |
Methods
from
AbstractObject
null|array|string|int|float|bool
queryLeaf(QueryBuilder $leafQueryBuilder, string $leafKey)
No description
from
AbstractObject
array
clients()
The generated clients this SDK produces in the workspace.
array
modules()
The workspace-local modules this SDK authors and manages.
string
name()
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 workspace-local modules this SDK authors and manages.
at line 46
string
name()
The user-facing name of this SDK in the workspace.