Documentation

ConditionalExpressionGroup extends Component
in package
implements IConditionalExpressionGroup

FinalYes
Tags
author

Ramone Burrell ramone@ramoneburrell.com

since

Version 0.1.0

Table of Contents

Interfaces

IConditionalExpressionGroup

Properties

$clause  : IClause
$conditional_expressions  : ArrayObject
$conditional_expressions_logical_operator  : string
$logical_operator  : string
$hashCode  : int
$hashCounter  : int

Methods

__call()  : mixed
__callStatic()  : mixed
__construct()  : mixed
__destruct()  : mixed
__get()  : mixed
__toString()  : mixed
{@inheritdoc}
and()  : mixed
between()  : mixed
{@inheritdoc}
eq()  : mixed
{@inheritdoc}
extends()  : bool
getClause()  : IClause
getLogicalOperator()  : string
getReflection()  : ReflectionClass
gt()  : mixed
{@inheritdoc}
gte()  : mixed
{@inheritdoc}
in()  : mixed
{@inheritdoc}
is()  : mixed
{@inheritdoc}
isNotNull()  : mixed
{@inheritdoc}
isNull()  : mixed
{@inheritdoc}
like()  : mixed
{@inheritdoc}
lt()  : mixed
{@inheritdoc}
lte()  : mixed
{@inheritdoc}
nbetween()  : mixed
neq()  : mixed
{@inheritdoc}
nin()  : mixed
{@inheritdoc}
nis()  : mixed
{@inheritdoc}
or()  : mixed
init()  : mixed
append()  : mixed
setClause()  : mixed
setLogicalOperator()  : null

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(IClause $clause[, string $logical_operator = IWhereClause::LOGICAL_OPERATOR_AND ]) : mixed
Parameters
$clause : IClause
$logical_operator : string = IWhereClause::LOGICAL_OPERATOR_AND

__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

nbetween()

public nbetween(mixed $expression1, mixed $expression2, mixed $expression3) : mixed
Parameters
$expression1 : mixed
$expression2 : mixed
$expression3 : mixed

setLogicalOperator()

private setLogicalOperator(string $logical_operator) : null
Parameters
$logical_operator : string
Return values
null

        
On this page

Search results