Neos\Flow\Persistence\Generic\Qom\Comparison::getOperand1 PHP 메소드

getOperand1() 공개 메소드

Gets the first operand.
public getOperand1 ( ) : DynamicOperand
리턴 DynamicOperand the operand; non-null
    public function getOperand1()
    {
        return $this->operand1;
    }