Reference
class Reference extends Component (View source)
REFERENCES
keyword parser.
Properties
static array | $REFERENCES_OPTIONS | All references options. |
|
Expression | $table | The referenced table. |
|
array | $columns | The referenced columns. |
|
OptionsArray | $options | The options of the referencing. |
Methods
static mixed
static mixed
build(mixed $component, array $options = [])
No description
__construct(Expression $table = null, array $columns = [], OptionsArray $options = null)
No description
Details
static mixed
parse(Parser $parser, TokensList $list, array $options = [])
No description
static mixed
build(mixed $component, array $options = [])
No description
string
__toString()
Builds the string representation of a component of this type.
__construct(Expression $table = null, array $columns = [], OptionsArray $options = null)
No description