FunctionCallArgValue
class FunctionCallArgValue extends AbstractObject implements IdAble
A value passed as a named argument to a function call.
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 FunctionCallArgValue.
string
name()
The name of the argument.
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 FunctionCallArgValue.
at line 28
string
name()
The name of the argument.
at line 37
Json
value()
The value of the argument represented as a JSON serialized string.