Phue\Condition::setOperator PHP Method

setOperator() public method

Set operator
public setOperator ( string $operator ) : self
$operator string Operator
return self This object
    public function setOperator($operator)
    {
        $this->operator = (string) $operator;
        return $this;
    }