summaryrefslogtreecommitdiffstats
path: root/modules-available/locationinfo/exchange-includes/jamesiarmes/PhpEws/Type/NotType.php
diff options
context:
space:
mode:
Diffstat (limited to 'modules-available/locationinfo/exchange-includes/jamesiarmes/PhpEws/Type/NotType.php')
-rw-r--r--modules-available/locationinfo/exchange-includes/jamesiarmes/PhpEws/Type/NotType.php17
1 files changed, 17 insertions, 0 deletions
diff --git a/modules-available/locationinfo/exchange-includes/jamesiarmes/PhpEws/Type/NotType.php b/modules-available/locationinfo/exchange-includes/jamesiarmes/PhpEws/Type/NotType.php
new file mode 100644
index 00000000..e4811ee3
--- /dev/null
+++ b/modules-available/locationinfo/exchange-includes/jamesiarmes/PhpEws/Type/NotType.php
@@ -0,0 +1,17 @@
+<?php
+/**
+ * Contains \jamesiarmes\PhpEws\Type\NotType.
+ */
+
+namespace jamesiarmes\PhpEws\Type;
+
+/**
+ * Represents a search expression that negates the Boolean value of the search
+ * expression that it contains.
+ *
+ * @package php-ews\Type
+ */
+class NotType extends MultipleOperandBooleanExpressionType
+{
+
+}