class WorkspaceSDK extends AbstractObject implements IdAble, Node

An installed SDK: a module marked for scaffolding other modules and clients.

Properties

$lastQuery from  AbstractObject

Methods

__construct(AbstractClient $client, QueryBuilderChain $queryBuilderChain)

No description

null|array|string|int|float|bool
queryLeaf(QueryBuilder $leafQueryBuilder, string $leafKey)

No description

array
clients()

Clients generated with this SDK.

Id
id()

A unique identifier for this WorkspaceSDK.

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

Parameters

AbstractClient $client
QueryBuilderChain $queryBuilderChain

in AbstractObject at line 19
protected null|array|string|int|float|bool queryLeaf(QueryBuilder $leafQueryBuilder, string $leafKey)

No description

Parameters

QueryBuilder $leafQueryBuilder
string $leafKey

Return Value

null|array|string|int|float|bool

at line 19
array clients()

Clients generated with this SDK.

Return Value

array

at line 28
Id id()

A unique identifier for this WorkspaceSDK.

Return Value

Id

at line 37
array modules()

Modules authored with this SDK.

Return Value

array

at line 46
string name()

The user-facing SDK name.

Return Value

string

at line 55
string ref()

The module reference this SDK was installed from.

Return Value

string