WorkspaceModuleSetting
class WorkspaceModuleSetting extends AbstractObject implements IdAble, Node
A constructor-backed module setting.
Properties
| $lastQuery | from AbstractObject |
Methods
from
AbstractObject
null|array|string|int|float|bool
queryLeaf(QueryBuilder $leafQueryBuilder, string $leafKey)
No description
from
AbstractObject
string
description()
The constructor argument description.
bool
isList()
Whether the setting accepts a list of values.
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
in
AbstractObject at line 19
protected null|array|string|int|float|bool
queryLeaf(QueryBuilder $leafQueryBuilder, string $leafKey)
No description
at line 19
string
description()
The constructor argument description.
at line 28
Id
id()
A unique identifier for this WorkspaceModuleSetting.
at line 37
bool
isList()
Whether the setting accepts a list of values.
at line 46
string
key()
The setting key.
at line 55
string
value()
The configured value after applying the selected workspace environment, or empty when unset.