class UpperCase (View source)

deprecated since Flow 6.0

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

__construct(DynamicOperand $operand)

Constructs this UpperCase instance

getOperand()

Gets the operand whose value is converted to a upper-case string.

Details

__construct(DynamicOperand $operand)

Constructs this UpperCase instance

Parameters

DynamicOperand $operand

DynamicOperand getOperand()

Gets the operand whose value is converted to a upper-case string.

Return Value

DynamicOperand

the operand; non-null