Neos\Flow\Persistence\Generic\Qom\UpperCase::getOperand PHP Метод

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

Gets the operand whose value is converted to a upper-case string.
public getOperand ( ) : DynamicOperand
Результат DynamicOperand the operand; non-null
    public function getOperand()
    {
        return $this->operand;
    }