WorkspaceSDK
class WorkspaceSDK extends AbstractObject implements IdAble, Node
An installed SDK: a module marked for scaffolding other modules and clients.
Properties
| $lastQuery | from AbstractObject |
Methods
from
AbstractObject
null|array|string|int|float|bool
queryLeaf(QueryBuilder $leafQueryBuilder, string $leafKey)
No description
from
AbstractObject
array
clients()
Clients generated with this SDK.
array
modules()
Modules authored with this SDK.
string
name()
The user-facing SDK name.
string
ref()
The module reference this SDK was installed from.
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()
Clients generated with this SDK.
at line 28
Id
id()
A unique identifier for this WorkspaceSDK.
at line 37
array
modules()
Modules authored with this SDK.
at line 46
string
name()
The user-facing SDK name.
at line 55
string
ref()
The module reference this SDK was installed from.