docs/static/reference/php/Dagger/SDKConfig.html
class SDKConfig extends AbstractObject implements IdAble
The SDK config of the module.
| | $lastQuery | | from AbstractObject |
__construct(AbstractClient $client, QueryBuilderChain $queryBuilderChain)
No description
from AbstractObject
null|array|string|int|float|bool
queryLeaf(QueryBuilder $leafQueryBuilder, string $leafKey)
No description
from AbstractObject
bool
debug()
Whether to start the SDK runtime in debug mode with an interactive terminal.
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.
__construct(AbstractClient $client, QueryBuilderChain $queryBuilderChain) No description
| AbstractClient | $client | | | QueryBuilderChain | $queryBuilderChain | |
protected null|array|string|int|float|bool queryLeaf(QueryBuilder $leafQueryBuilder, string $leafKey)No description
| QueryBuilder | $leafQueryBuilder | | | string | $leafKey | |
| null|array|string|int|float|bool | |
bool debug()Whether to start the SDK runtime in debug mode with an interactive terminal.
| bool | |
AbstractId id()A unique identifier for this SDKConfig.
| AbstractId | |
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.
| string | |
Generated by Doctum, a API Documentation generator and fork of Sami.