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
and()
Construct a 'AND' boolean expression
public
and(mixed $other) : AndOperator
Parameters
- $other : mixed
-
mixed the right operand
Return values
AndOperator —the AND node
not()
Construct a 'NOT' boolean expression
public
not() : NotOperator
Return values
NotOperator —the NOT node
or()
Construct a 'OR' boolean expression
public
or(mixed $other) : OrOperator
Parameters
- $other : mixed
-
mixed the right operand
Return values
OrOperator —the OR node