greaterThan abstract method
Returns a new expression which evaluates whether this expression is
greater than the given expression.
Implementation
ExpressionInterface greaterThan(ExpressionInterface expression);
Returns a new expression which evaluates whether this expression is
greater than the given expression.
ExpressionInterface greaterThan(ExpressionInterface expression);