summaryrefslogtreecommitdiffstats
path: root/modules-available/locationinfo/exchange-includes/jamesiarmes/PhpEws/Type/RestrictionType.php
diff options
context:
space:
mode:
Diffstat (limited to 'modules-available/locationinfo/exchange-includes/jamesiarmes/PhpEws/Type/RestrictionType.php')
-rw-r--r--modules-available/locationinfo/exchange-includes/jamesiarmes/PhpEws/Type/RestrictionType.php17
1 files changed, 17 insertions, 0 deletions
diff --git a/modules-available/locationinfo/exchange-includes/jamesiarmes/PhpEws/Type/RestrictionType.php b/modules-available/locationinfo/exchange-includes/jamesiarmes/PhpEws/Type/RestrictionType.php
new file mode 100644
index 00000000..5cbb70cd
--- /dev/null
+++ b/modules-available/locationinfo/exchange-includes/jamesiarmes/PhpEws/Type/RestrictionType.php
@@ -0,0 +1,17 @@
+<?php
+/**
+ * Contains \jamesiarmes\PhpEws\Type\RestrictionType.
+ */
+
+namespace jamesiarmes\PhpEws\Type;
+
+/**
+ * Represents the restriction or query that is used to filter items or folders
+ * in FindItem/FindFolder and search folder operations.
+ *
+ * @package php-ews\Type
+ */
+class RestrictionType extends MultipleOperandBooleanExpressionType
+{
+
+}