Back to Dagger

SDKConfig

docs/static/reference/php/Dagger/SDKConfig.html

0.20.72.3 KB
Original Source

SDKConfig

class SDKConfig extends AbstractObject implements IdAble

The SDK config of the module.

Properties

| | $lastQuery | | from AbstractObject |

Methods

__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.

AbstractId

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

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 bool debug()

Whether to start the SDK runtime in debug mode with an interactive terminal.

Return Value

| bool | |

at line 28 AbstractId id()

A unique identifier for this SDKConfig.

Return Value

| AbstractId | |

at line 37 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.

Return Value

| string | |

Generated by Doctum, a API Documentation generator and fork of Sami.