CaseExpression
extends Expression
in package
FinalYes
Tags
Table of Contents
Properties
- $clause : IClause
- $expression : string|int|array<string|int, mixed>|float|DateTime
- $parent : IExpression
- $hashCode : int
- $hashCounter : int
Methods
- __call() : mixed
- __callStatic() : mixed
- __construct() : mixed
- __destruct() : mixed
- __get() : mixed
- create() : IExpression
- extends() : bool
- getClause() : IClause
- Gets the instance of the clause this expression is contained in
- getReflection() : ReflectionClass
- init() : mixed
- setExpression() : mixed
- setClause() : mixed
Properties
$clause
protected
IClause
$clause
$expression
protected
string|int|array<string|int, mixed>|float|DateTime
$expression
$parent
protected
IExpression
$parent
$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() : mixed
__destruct()
public
__destruct() : mixed
__get()
public
__get(string $property) : mixed
Parameters
- $property : string
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
IClausegetReflection()
public
getReflection() : ReflectionClass
Return values
ReflectionClassinit()
protected
init() : mixed
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