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

__construct(AbstractClient $client, QueryBuilderChain $queryBuilderChain)

No description

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

No description

array
clients()

The generated clients this SDK produces in the workspace.

Id
id()

A unique identifier for this CurrentModuleAsSDK.

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

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()

The generated clients this SDK produces in the workspace.

Return Value

array

at line 28
Id id()

A unique identifier for this CurrentModuleAsSDK.

Return Value

Id

at line 37
array modules()

The workspace-local modules this SDK authors and manages.

Return Value

array

at line 46
string name()

The user-facing name of this SDK in the workspace.

Return Value

string