Documentation

BooleanFunction

Table of Contents

Methods

and()  : AndOperator
Construct a 'AND' boolean expression
not()  : NotOperator
Construct a 'NOT' boolean expression
or()  : OrOperator
Construct a 'OR' boolean expression

Methods

or()

Construct a 'OR' boolean expression

public or(mixed $other) : OrOperator
Parameters
$other : mixed

mixed the right operand

Return values
OrOperator

the OR node


        
On this page

Search results