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;
    }