Page MenuHomePhorge

StoreResponseResult.php
No OneTemporary

Authored By
Unknown
Size
948 B
Referenced Files
None
Subscribers
None

StoreResponseResult.php

<?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)
* @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_AXMLEntry
{
protected $_xmlBaseElement = 'Result';
protected $_properties = array(
'AirSync' => array(
'class' => array('type' => 'string'),
'collectionId' => array('type' => 'string'),
),
'Search' => array(
'longId' => array('type' => 'string', 'supportedSince' => '2.5'),
'properties' => array('type' => 'container', 'supportedSince' => '2.5'),
)
);
}

File Metadata

Mime Type
text/x-php
Expires
Sat, Apr 4, 3:16 AM (1 d, 3 h ago)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
a1/0d/63d109039dd17dd3dc26f5c3e545
Default Alt Text
StoreResponseResult.php (948 B)

Event Timeline