Documentation

CompositeExpression
in package
implements Expression

Expression of Expressions combined by AND or OR operation.

Table of Contents

Interfaces

Expression
Expression for the {@link Selectable} interface.

Constants

TYPE_AND  = 'AND'
TYPE_OR  = 'OR'

Properties

$expressions  : array<string|int, Expression>
$type  : string

Methods

__construct()  : mixed
getExpressionList()  : array<string|int, Expression>
Returns the list of expressions nested in this composite.
getType()  : string
visit()  : mixed

Constants

Properties

Methods

__construct()

public __construct(string $type, array<string|int, mixed> $expressions) : mixed
Parameters
$type : string
$expressions : array<string|int, mixed>
Tags
throws
RuntimeException

        
On this page

Search results