Neos\Flow\Persistence\Generic\Qom\Comparison::getOperand2 PHP Method

getOperand2() public method

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