LogicalOperator
class LogicalOperator extends BaseOperator
Defines the logical operators for chaining conditional transformations.
Learn more: Multiple transformation conditions
Methods
__construct($operator)
BaseOperator constructor.
__toString()
Serializes to string.
jsonSerialize()
Serializes to json.
andOperator()
And.
orOperator()
Or.
Details
__construct($operator)
BaseOperator constructor.
string
__toString()
Serializes to string.
mixed
jsonSerialize()
Serializes to json.
static LogicalOperator
andOperator()
And.
static LogicalOperator
orOperator()
Or.
Constants
AND_OPERATOR |
|
OR_OPERATOR |
|