Neos\Flow\Persistence\Generic\Qom\UpperCase::getOperand PHP Method

getOperand() public method

Gets the operand whose value is converted to a upper-case string.
public getOperand ( ) : DynamicOperand
return DynamicOperand the operand; non-null
    public function getOperand()
    {
        return $this->operand;
    }