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

getOperand2() 공개 메소드

Gets the second operand.
public getOperand2 ( ) : mixed
리턴 mixed
    public function getOperand2()
    {
        return $this->operand2;
    }