Join
extends Component
in package
FinalYes
Tags
Table of Contents
Properties
- $alias : string
- $column_name_1 : string
- $column_name_2 : string
- $table_name_1 : string
- $table_name_2 : string
- $type : string
- $hashCode : int
- $hashCounter : int
Methods
- __call() : mixed
- __callStatic() : mixed
- __construct() : mixed
- __destruct() : mixed
- __get() : mixed
- __toString() : mixed
- extends() : bool
- getAlias() : string|null
- getColumnName1() : mixed
- getColumnName2() : mixed
- getReflection() : ReflectionClass
- getTableName1() : mixed
- getTableName2() : mixed
- getType() : mixed
- init() : mixed
- getString() : mixed
Properties
$alias
protected
string
$alias
$column_name_1
protected
string
$column_name_1
$column_name_2
protected
string
$column_name_2
$table_name_1
protected
string
$table_name_1
$table_name_2
protected
string
$table_name_2
$type
protected
string
$type
$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(string $table_name_1, string $column_name_1, string $table_name_2, string $column_name_2[, string $type = IFromClause::JOIN_TYPE_INNER ][, string $alias = '' ]) : mixed
Parameters
- $table_name_1 : string
- $column_name_1 : string
- $table_name_2 : string
- $column_name_2 : string
- $type : string = IFromClause::JOIN_TYPE_INNER
- $alias : string = ''
__destruct()
public
__destruct() : mixed
__get()
public
__get(string $property) : mixed
Parameters
- $property : string
__toString()
public
__toString() : mixed
extends()
public
extends(ReflectionClass $reflector) : bool
Parameters
- $reflector : ReflectionClass
Return values
boolgetAlias()
public
getAlias() : string|null
Return values
string|nullgetColumnName1()
public
getColumnName1() : mixed
getColumnName2()
public
getColumnName2() : mixed
getReflection()
public
getReflection() : ReflectionClass
Return values
ReflectionClassgetTableName1()
public
getTableName1() : mixed
getTableName2()
public
getTableName2() : mixed
getType()
public
getType() : mixed
init()
protected
init() : mixed
getString()
private
getString() : mixed