UpperCase deprecated
class UpperCase (View source)
deprecated
Evaluates to the upper-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 UpperCase operand also evaluates to null.
Properties
protected DynamicOperand | $operand |
Methods
getOperand()
Gets the operand whose value is converted to a upper-case string.
Details
__construct(DynamicOperand $operand)
Constructs this UpperCase instance
DynamicOperand
getOperand()
Gets the operand whose value is converted to a upper-case string.