summaryrefslogtreecommitdiffstats
path: root/modules-available/locationinfo/exchange-includes/jamesiarmes/PhpEws/Type/IsGreaterThanType.php
diff options
context:
space:
mode:
Diffstat (limited to 'modules-available/locationinfo/exchange-includes/jamesiarmes/PhpEws/Type/IsGreaterThanType.php')
-rw-r--r--modules-available/locationinfo/exchange-includes/jamesiarmes/PhpEws/Type/IsGreaterThanType.php18
1 files changed, 18 insertions, 0 deletions
diff --git a/modules-available/locationinfo/exchange-includes/jamesiarmes/PhpEws/Type/IsGreaterThanType.php b/modules-available/locationinfo/exchange-includes/jamesiarmes/PhpEws/Type/IsGreaterThanType.php
new file mode 100644
index 00000000..785bc70c
--- /dev/null
+++ b/modules-available/locationinfo/exchange-includes/jamesiarmes/PhpEws/Type/IsGreaterThanType.php
@@ -0,0 +1,18 @@
+<?php
+/**
+ * Contains \jamesiarmes\PhpEws\Type\IsGreaterThanType.
+ */
+
+namespace jamesiarmes\PhpEws\Type;
+
+/**
+ * Represents a search expression that compares a property with either a
+ * constant value or another property and returns true if the first property is
+ * greater.
+ *
+ * @package php-ews\Type
+ */
+class IsGreaterThanType extends TwoOperandExpressionType
+{
+
+}