docs/static/reference/php/Dagger/FunctionCallArgValue.html
class FunctionCallArgValue extends AbstractObject implements IdAble
A value passed as a named argument to a function call.
| | $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
id()
A unique identifier for this FunctionCallArgValue.
string
name()
The name of the argument.
value()
The value of the argument represented as a JSON serialized string.
__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 | |
AbstractId id()A unique identifier for this FunctionCallArgValue.
| AbstractId | |
string name()The name of the argument.
| string | |
Json value()The value of the argument represented as a JSON serialized string.
| Json | |
Generated by Doctum, a API Documentation generator and fork of Sami.