Neos\Flow\Persistence\Generic\Qom\QueryObjectModelFactory::upperCase PHP Méthode

upperCase() public méthode

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
Résultat UpperCase the operand; non-null
    public function upperCase(DynamicOperand $operand)
    {
        return new UpperCase($operand);
    }