Neos\Flow\Persistence\Generic\Qom\LowerCase::getOperand PHP 메소드

getOperand() 공개 메소드

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