summaryrefslogtreecommitdiff
path: root/framework/Util/TRpcClientTypesEnumerable.php
diff options
context:
space:
mode:
Diffstat (limited to 'framework/Util/TRpcClientTypesEnumerable.php')
-rw-r--r--framework/Util/TRpcClientTypesEnumerable.php24
1 files changed, 24 insertions, 0 deletions
diff --git a/framework/Util/TRpcClientTypesEnumerable.php b/framework/Util/TRpcClientTypesEnumerable.php
new file mode 100644
index 00000000..506c4fce
--- /dev/null
+++ b/framework/Util/TRpcClientTypesEnumerable.php
@@ -0,0 +1,24 @@
+<?php
+/**
+ * @author Robin J. Rogge <rrogge@bigpoint.net>
+ * @link http://www.pradosoft.com/
+ * @copyright 2010 Bigpoint GmbH
+ * @license http://www.pradosoft.com/license/
+ * @since 3.2
+ * @package System.Util
+ */
+
+/**
+ * TRpcClientTypesEnumerable class
+ *
+ * @author Robin J. Rogge <rrogge@bigpoint.net>
+ * @version $Id$
+ * @package System.Util
+ * @since 3.2
+ */
+
+class TRpcClientTypesEnumerable extends TEnumerable
+{
+ const JSON = 'TJsonRpcClient';
+ const XML = 'TXmlRpcClient';
+} \ No newline at end of file