WorkspaceModule
class WorkspaceModule extends AbstractObject implements IdAble, Node
A module entry in the workspace configuration.
Properties
| $lastQuery | from AbstractObject |
Methods
from
AbstractObject
null|array|string|int|float|bool
queryLeaf(QueryBuilder $leafQueryBuilder, string $leafKey)
No description
from
AbstractObject
bool
entrypoint()
Whether the module is the workspace entrypoint (functions aliased to Query root).
string
name()
The module name.
array
settings()
List constructor-backed settings for this module.
string
source()
The module source path.
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
bool
entrypoint()
Whether the module is the workspace entrypoint (functions aliased to Query root).
at line 28
Id
id()
A unique identifier for this WorkspaceModule.
at line 37
string
name()
The module name.
at line 46
array
settings()
List constructor-backed settings for this module.
at line 55
string
source()
The module source path.