ListTypeDef
class ListTypeDef extends AbstractObject implements IdAble
A definition of a list type in a Module.
Properties
$lastQuery | from AbstractObject |
Methods
from
AbstractObject
null|array|string|int|float|bool
queryLeaf(QueryBuilder $leafQueryBuilder, string $leafKey)
No description
from
AbstractObject
elementTypeDef()
The type of the elements in the list.
id()
A unique identifier for this ListTypeDef.
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
TypeDef
elementTypeDef()
The type of the elements in the list.
at line 28
AbstractId
id()
A unique identifier for this ListTypeDef.