Operator
class Operator extends BaseOperator
Methods for managing operators.
Methods
__construct($operator)
BaseOperator constructor.
__toString()
Serializes to string.
jsonSerialize()
Serializes to json.
operators()
Gets all supported operators.
friendlyRepresentations()
Gets user friendly representations of the operators.
Details
__construct($operator)
BaseOperator constructor.
string
__toString()
Serializes to string.
mixed
jsonSerialize()
Serializes to json.
static array
operators()
Gets all supported operators.
static array
friendlyRepresentations()
Gets user friendly representations of the operators.