class WorkspaceModuleSetting extends AbstractObject implements IdAble, Node

A constructor-backed module setting.

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

string
description()

The constructor argument description.

Id
id()

A unique identifier for this WorkspaceModuleSetting.

string
key()

The setting key.

string
value()

The configured value after applying the selected workspace environment, or empty when unset.

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

The constructor argument description.

Return Value

string

at line 28
Id id()

A unique identifier for this WorkspaceModuleSetting.

Return Value

Id

at line 37
string key()

The setting key.

Return Value

string

at line 46
string value()

The configured value after applying the selected workspace environment, or empty when unset.

Return Value

string