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

getOperand1() public method

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