Documentation

Join extends Component
in package

FinalYes
Tags
author

Ramone Burrell ramone@ramoneburrell.com

since

Version 0.1.0

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

Methods

__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 = ''

__get()

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

extends()

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

getAlias()

public getAlias() : string|null
Return values
string|null

getColumnName1()

public getColumnName1() : mixed

getColumnName2()

public getColumnName2() : mixed

getReflection()

public getReflection() : ReflectionClass
Return values
ReflectionClass

        
On this page

Search results