summaryrefslogtreecommitdiffstats
path: root/modules-available/locationinfo/exchange-includes/jamesiarmes/PhpEws/Type/ResponseObjectCoreType.php
diff options
context:
space:
mode:
Diffstat (limited to 'modules-available/locationinfo/exchange-includes/jamesiarmes/PhpEws/Type/ResponseObjectCoreType.php')
-rw-r--r--modules-available/locationinfo/exchange-includes/jamesiarmes/PhpEws/Type/ResponseObjectCoreType.php26
1 files changed, 26 insertions, 0 deletions
diff --git a/modules-available/locationinfo/exchange-includes/jamesiarmes/PhpEws/Type/ResponseObjectCoreType.php b/modules-available/locationinfo/exchange-includes/jamesiarmes/PhpEws/Type/ResponseObjectCoreType.php
new file mode 100644
index 00000000..5dc8fbe6
--- /dev/null
+++ b/modules-available/locationinfo/exchange-includes/jamesiarmes/PhpEws/Type/ResponseObjectCoreType.php
@@ -0,0 +1,26 @@
+<?php
+/**
+ * Contains \jamesiarmes\PhpEws\Type\ResponseObjectCoreType;
+ */
+
+namespace jamesiarmes\PhpEws\Type;
+
+/**
+ * Internal abstract base type for reply objects.
+ *
+ * @package php-ews\Type
+ */
+abstract class ResponseObjectCoreType extends MessageType
+{
+ /**
+ * The name of this reply object class as an English string.
+ *
+ * The client application is required to translate it if it's running in a
+ * different locale.
+ *
+ * @since Exchange 2007
+ *
+ * @var string
+ */
+ public $ObjectName;
+}