CurrentModuleAsSDKClient
class CurrentModuleAsSDKClient extends AbstractObject implements IdAble, Node
A generated client the current SDK produces in the workspace.
Properties
| $lastQuery | from AbstractObject |
Methods
No description
The module the client is bound to (workspace-relative path or canonical ref).
The resolved module source this client is bound to, including its dependency closure and pinned version.
Workspace-root-relative path of the generated client.
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
ModuleSource
moduleSource()
The resolved module source this client is bound to, including its dependency closure and pinned version.
at line 46
string
path()
Workspace-root-relative path of the generated client.
at line 55
string
pin()
The pinned version of the bound module, if any.