Documentation

ColumnExpression extends Expression
in package
implements IColumnExpression

FinalYes
Tags
author

Ramone Burrell ramone@ramoneburrell.com

since

Version 0.1.0

Table of Contents

Interfaces

IColumnExpression

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

Methods

__callStatic()

public static __callStatic(mixed $method, array<string|int, mixed> $arguments) : mixed
Parameters
$method : mixed
$arguments : array<string|int, mixed>

__get()

public __get(string $property) : mixed
Parameters
$property : string

extends()

public extends(ReflectionClass $reflector) : bool
Parameters
$reflector : ReflectionClass
Return values
bool

getReflection()

public getReflection() : ReflectionClass
Return values
ReflectionClass

setTableName()

private setTableName(string $table_name) : mixed
Parameters
$table_name : string

        
On this page

Search results