LowerCase deprecated
class LowerCase extends DynamicOperand (View source)
deprecated
Evaluates to the lower-case string value (or values, if multi-valued) of operand.
If operand does not evaluate to a string value, its value is first converted to a string.
If operand evaluates to null, the LowerCase operand also evaluates to null.
Properties
protected DynamicOperand | $operand |
Methods
getOperand()
Gets the operand whose value is converted to a lower-case string.
Details
__construct(DynamicOperand $operand)
Constructs this LowerCase instance
DynamicOperand
getOperand()
Gets the operand whose value is converted to a lower-case string.