ChainElement
Table of Contents
Methods
- __construct() : mixed
- Value format: 1. Field - normal scalar field 2. Reference - pointer to another entity 3. array(Base, Reference) - pointer from another entity to this 4. Base - all fields of entity
- dump() : mixed
- getAliasFragment() : string
- getDefinitionFragment() : string
- getParameter() : mixed|null
- getSqlDefinition() : mixed|string
- getValue() : array<string|int, mixed>|Entity|ExpressionField|Reference|ScalarField|Relation|OneToMany|ManyToMany
- isBackReference() : bool
- setParameter() : mixed
Methods
__construct()
Value format: 1. Field - normal scalar field 2. Reference - pointer to another entity 3. array(Base, Reference) - pointer from another entity to this 4. Base - all fields of entity
public
__construct(Field|array<string|int, mixed>|Entity $element[, array<string|int, mixed> $parameters = array() ]) : mixed
Parameters
Tags
dump()
public
dump() : mixed
getAliasFragment()
public
getAliasFragment() : string
Tags
Return values
stringgetDefinitionFragment()
public
getDefinitionFragment() : string
Tags
Return values
stringgetParameter()
public
getParameter(mixed $name) : mixed|null
Parameters
- $name : mixed
Return values
mixed|nullgetSqlDefinition()
public
getSqlDefinition() : mixed|string
Tags
Return values
mixed|stringgetValue()
public
getValue() : array<string|int, mixed>|Entity|ExpressionField|Reference|ScalarField|Relation|OneToMany|ManyToMany
Return values
array<string|int, mixed>|Entity|ExpressionField|Reference|ScalarField|Relation|OneToMany|ManyToManyisBackReference()
public
isBackReference() : bool
Tags
Return values
boolsetParameter()
public
setParameter(mixed $name, mixed $value) : mixed
Parameters
- $name : mixed
- $value : mixed