ColumnExpression
extends Expression
in package
implements
IColumnExpression
FinalYes
Tags
Table of Contents
Interfaces
Properties
- $clause : IClause
- $column : IColumn
- $column_name : string
- $expression : string|int|array<string|int, mixed>|float|DateTime
- $parent : IExpression
- $table : ITable
- $table_name : string
- $hashCode : int
- $hashCounter : int
Methods
- __call() : mixed
- __callStatic() : mixed
- __construct() : mixed
- __destruct() : mixed
- __get() : mixed
- __toString() : mixed
- {@inheritdoc}
- create() : IExpression
- extends() : bool
- getClause() : IClause
- Gets the instance of the clause this expression is contained in
- getColumn() : IColumn
- getColumnName() : string
- getReflection() : ReflectionClass
- getTable() : ITable
- getTableName() : string
- init() : mixed
- {@inheritdoc}
- setExpression() : mixed
- setClause() : mixed
- setTable() : mixed
- setTableName() : mixed
Properties
$clause
protected
IClause
$clause
$column
protected
IColumn
$column
$column_name
protected
string
$column_name
$expression
protected
string|int|array<string|int, mixed>|float|DateTime
$expression
$parent
protected
IExpression
$parent
$table
protected
ITable
$table
$table_name
protected
string
$table_name
$hashCode
private
int
$hashCode
$hashCounter
private
static int
$hashCounter
= 0
Methods
__call()
public
__call(string $method, array<string|int, mixed> $arguments) : mixed
Parameters
- $method : string
- $arguments : array<string|int, mixed>
Tags
__callStatic()
public
static __callStatic(mixed $method, array<string|int, mixed> $arguments) : mixed
Parameters
- $method : mixed
- $arguments : array<string|int, mixed>
__construct()
public
__construct(IClause $clause, string|array<string|int, mixed>|int|DateTime $expression) : mixed
Parameters
__destruct()
public
__destruct() : mixed
__get()
public
__get(string $property) : mixed
Parameters
- $property : string
__toString()
{@inheritdoc}
public
__toString() : mixed
Tags
create()
public
static create(IClause $clause, string|int|array<string|int, mixed>|float|DateTime $expression) : IExpression
Parameters
Return values
IExpressionextends()
public
extends(ReflectionClass $reflector) : bool
Parameters
- $reflector : ReflectionClass
Return values
boolgetClause()
Gets the instance of the clause this expression is contained in
public
getClause() : IClause
Tags
Return values
IClausegetColumn()
public
getColumn() : IColumn
Tags
Return values
IColumngetColumnName()
public
getColumnName() : string
Tags
Return values
stringgetReflection()
public
getReflection() : ReflectionClass
Return values
ReflectionClassgetTable()
public
getTable() : ITable
Tags
Return values
ITablegetTableName()
public
getTableName() : string
Tags
Return values
stringinit()
{@inheritdoc}
protected
init() : mixed
Tags
setExpression()
protected
setExpression(string|int|array<string|int, mixed>|float|DateTime $expression) : mixed
Parameters
- $expression : string|int|array<string|int, mixed>|float|DateTime
Tags
setClause()
private
setClause(IClause $clause) : mixed
Parameters
- $clause : IClause
setTable()
private
setTable(ITable $table) : mixed
Parameters
- $table : ITable
setTableName()
private
setTableName(string $table_name) : mixed
Parameters
- $table_name : string