CurrentModuleAsSDKClient
class CurrentModuleAsSDKClient extends AbstractObject implements IdAble, Node
A generated client the current SDK produces in the workspace.
Properties
| $lastQuery | from AbstractObject |
Methods
from
AbstractObject
null|array|string|int|float|bool
queryLeaf(QueryBuilder $leafQueryBuilder, string $leafKey)
No description
from
AbstractObject
string
module()
The module the client is bound to (workspace-relative path or canonical ref).
string
path()
Workspace-root-relative path of the generated client.
string
pin()
The pinned version of the bound module, if any.
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
Id
id()
A unique identifier for this CurrentModuleAsSDKClient.
at line 28
string
module()
The module the client is bound to (workspace-relative path or canonical ref).
at line 37
string
path()
Workspace-root-relative path of the generated client.
at line 46
string
pin()
The pinned version of the bound module, if any.