Neos\Flow\Persistence\Generic\Qom\QueryObjectModelFactory::upperCase PHP Метод

upperCase() публичный Метод

Evaluates to the upper-case string value (or values, if multi-valued) of an operand.
public upperCase ( DynamicOperand $operand ) : UpperCase
$operand DynamicOperand the operand whose value is converted to a upper-case string; non-null
Результат UpperCase the operand; non-null
    public function upperCase(DynamicOperand $operand)
    {
        return new UpperCase($operand);
    }