SDKConfig
class SDKConfig extends AbstractObject implements IdAble
The SDK config of the module.
Properties
$lastQuery | from AbstractObject |
Methods
from
AbstractObject
null|array|string|int|float|bool
queryLeaf(QueryBuilder $leafQueryBuilder, string $leafKey)
No description
from
AbstractObject
id()
A unique identifier for this SDKConfig.
string
source()
Source of the SDK. Either a name of a builtin SDK or a module source ref string pointing to the SDK's implementation.
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
AbstractId
id()
A unique identifier for this SDKConfig.
at line 28
string
source()
Source of the SDK. Either a name of a builtin SDK or a module source ref string pointing to the SDK's implementation.