Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F8222440
FileReference.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
1 KB
Referenced Files
None
Subscribers
None
FileReference.php
View Options
<?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 event
*
* @package Syncroton
* @subpackage Model
* @property string ContentType
* @property string Data
*/
class
Syncroton_Model_FileReference
extends
Syncroton_Model_AXMLEntry
{
protected
$_xmlBaseElement
=
'ApplicationData'
;
protected
$_properties
=
array
(
'AirSyncBase'
=>
array
(
'contentType'
=>
array
(
'type'
=>
'string'
),
),
'ItemOperations'
=>
array
(
'data'
=>
array
(
'type'
=>
'string'
,
'encoding'
=>
'base64'
),
'part'
=>
array
(
'type'
=>
'number'
)
)
);
/**
*
* @param SimpleXMLElement $xmlCollection
* @throws InvalidArgumentException
*/
public
function
setFromSimpleXMLElement
(
SimpleXMLElement
$properties
)
{
//do nothing
return
;
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Thu, Jul 9, 8:02 PM (8 h, 59 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1057054
Default Alt Text
FileReference.php (1 KB)
Attached To
Mode
R4 syncroton
Attached
Detach File
Event Timeline
Log In to Comment