Back to Dagger

EnvVariable

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

0.20.72.1 KB
Original Source

EnvVariable

class EnvVariable extends AbstractObject implements IdAble

An environment variable name and value.

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

AbstractId

id()

A unique identifier for this EnvVariable.

string

name()

The environment variable name.

string

value()

The environment variable value.

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 AbstractId id()

A unique identifier for this EnvVariable.

Return Value

| AbstractId | |

at line 28 string name()

The environment variable name.

Return Value

| string | |

at line 37 string value()

The environment variable value.

Return Value

| string | |

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