Phue\Condition::greaterThan PHP Method

greaterThan() public method

Set operator to greater than
public greaterThan ( ) : self
return self This object
    public function greaterThan()
    {
        $this->operator = self::OPERATOR_GREATER_THAN;
        return $this;
    }