Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F257047
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
4 KB
Referenced Files
None
Subscribers
None
View Options
diff --git a/lib/ext/Syncroton/Model/GAL.php b/lib/ext/Syncroton/Model/GAL.php
index 31af916..917c5e5 100644
--- a/lib/ext/Syncroton/Model/GAL.php
+++ b/lib/ext/Syncroton/Model/GAL.php
@@ -1,51 +1,51 @@
<?php
/**
* Syncroton
*
* @package Syncroton
* @subpackage Model
* @license http://www.tine20.org/licenses/lgpl.html LGPL Version 3
* @copyright Copyright (c) 2012-2012 Metaways Infosystems GmbH (http://www.metaways.de)
* @copyright Copyright (c) 2012-2012 Kolab Systems AG (http://www.kolabsys.com)
* @author Lars Kneschke <l.kneschke@metaways.de>
* @author Aleksander Machniak <machniak@kolabsys.com>
*/
/**
* class to handle ActiveSync GAL result
*
* @package Syncroton
* @subpackage Model
*
* @property string Alias
* @property string Company
* @property string DisplayName
* @property string EmailAddress
* @property string FirstName
* @property string LastName
* @property string MobilePhone
* @property string Office
* @property string Phone
* @property string Picture
* @property string Title
*/
class Syncroton_Model_GAL extends Syncroton_Model_AEntry
{
protected $_xmlBaseElement = 'ApplicationData';
protected $_properties = array(
'GAL' => array(
- 'alias' => array('type' => 'string'),
- 'company' => array('type' => 'string'),
- 'displayName' => array('type' => 'string'),
- 'emailAddress' => array('type' => 'string'),
- 'firstName' => array('type' => 'string'),
- 'lastName' => array('type' => 'string'),
- 'mobilePhone' => array('type' => 'string'),
- 'office' => array('type' => 'string'),
- 'phone' => array('type' => 'string'),
- 'picture' => array('type' => 'container'),
- 'title' => array('type' => 'string'),
+ 'alias' => array('type' => 'string', 'supportedSince' => '2.5'),
+ 'company' => array('type' => 'string', 'supportedSince' => '2.5'),
+ 'displayName' => array('type' => 'string', 'supportedSince' => '2.5'),
+ 'emailAddress' => array('type' => 'string', 'supportedSince' => '2.5'),
+ 'firstName' => array('type' => 'string', 'supportedSince' => '2.5'),
+ 'lastName' => array('type' => 'string', 'supportedSince' => '2.5'),
+ 'mobilePhone' => array('type' => 'string', 'supportedSince' => '2.5'),
+ 'office' => array('type' => 'string', 'supportedSince' => '2.5'),
+ 'phone' => array('type' => 'string', 'supportedSince' => '2.5'),
+ 'picture' => array('type' => 'container', 'supportedSince' => '14.0'),
+ 'title' => array('type' => 'string', 'supportedSince' => '2.5'),
)
);
}
diff --git a/lib/ext/Syncroton/Model/StoreResponseResult.php b/lib/ext/Syncroton/Model/StoreResponseResult.php
index 292fed8..b129fa7 100644
--- a/lib/ext/Syncroton/Model/StoreResponseResult.php
+++ b/lib/ext/Syncroton/Model/StoreResponseResult.php
@@ -1,31 +1,31 @@
<?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 Search/Response/Store/Result elements
*
* @package Syncroton
* @subpackage Model
*/
class Syncroton_Model_StoreResponseResult extends Syncroton_Model_AEntry
{
protected $_xmlBaseElement = 'Result';
protected $_properties = array(
'AirSync' => array(
'class' => array('type' => 'string'),
'collectionId' => array('type' => 'string'),
),
'Search' => array(
- 'longId' => array('type' => 'string'),
- 'properties' => array('type' => 'container'),
+ 'longId' => array('type' => 'string', 'supportedSince' => '2.5'),
+ 'properties' => array('type' => 'container', 'supportedSince' => '2.5'),
)
);
}
File Metadata
Details
Attached
Mime Type
text/x-diff
Expires
Tue, Jun 10, 12:36 PM (1 d, 16 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
197098
Default Alt Text
(4 KB)
Attached To
Mode
R4 syncroton
Attached
Detach File
Event Timeline
Log In to Comment