Page MenuHomePhorge

No OneTemporary

Size
1 KB
Referenced Files
None
Subscribers
None
diff --git a/lib/ext/Syncroton/Model/DeviceInformation.php b/lib/ext/Syncroton/Model/DeviceInformation.php
new file mode 100644
index 0000000..adab7b0
--- /dev/null
+++ b/lib/ext/Syncroton/Model/DeviceInformation.php
@@ -0,0 +1,40 @@
+<?php
+/**
+ * Syncroton
+ *
+ * @package Model
+ * @license http://www.tine20.org/licenses/lgpl.html LGPL Version 3
+ * @copyright Copyright (c) 2012-2012 Metaways Infosystems GmbH (http://www.metaways.de)
+ * @author Lars Kneschke <l.kneschke@metaways.de>
+ */
+
+/**
+ * class to handle ActiveSync device information
+ *
+ * @package Model
+ * @property string friendlyName
+ * @property string iMEI
+ * @property string mobileOperator
+ * @property string model
+ * @property string oS
+ * @property string oSLanguage
+ * @property string phoneNumber
+ */
+
+class Syncroton_Model_DeviceInformation extends Syncroton_Model_AEntry
+{
+ protected $_xmlBaseElement = 'Set';
+
+ protected $_properties = array(
+ 'Settings' => array(
+ 'enableOutboundSMS' => array('type' => 'number'),
+ 'friendlyName' => array('type' => 'string'),
+ 'iMEI' => array('type' => 'string'),
+ 'mobileOperator' => array('type' => 'string'),
+ 'model' => array('type' => 'string'),
+ 'oS' => array('type' => 'string'),
+ 'oSLanguage' => array('type' => 'string'),
+ 'phoneNumber' => array('type' => 'string')
+ ),
+ );
+}
\ No newline at end of file

File Metadata

Mime Type
text/x-diff
Expires
Thu, Mar 19, 7:28 PM (1 d, 18 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
458717
Default Alt Text
(1 KB)

Event Timeline