Class Horde_SyncMl_SyncElement
The class Horde_SyncMl_Command_SyncElement stores information from the
Instances of this class are created during the XML parsing by Horde_SyncMl_Command_Sync.
Copyright 2005-2012 Horde LLC (http://www.horde.org/)
See the enclosed file COPYING for license information (LGPL). If you did not receive this file, see http://www.horde.org/licenses/lgpl21.
Author: Karsten Fourmont karsten@horde.org
Author: Jan Schneider jan@horde.org
Located at Horde/SyncMl/SyncElement.php
public
|
#
__construct(
Constructor. |
public
string
|
$contentType
The MIME content type of the sync command. |
|
public
string
|
$contentFormat
Encoding format of the content as specified in the |
|
public
string
|
$content
The actual data content of the sync command. |
#
''
|
public
integer
|
$size
The size of the data item of the sync command in bytes as specified by
a |
|
public
integer
|
$cmdID
The command ID ( |
|
public
string
|
$elementType
Name of the sync command, like 'Add'. |
|
public
string
|
$cuid
The client ID for the data item processed in the sync command. |
|
public
integer
|
$responseCode
The code to be sent as status response in a |
|
public
object
|
$sync
The Sync object for this element is part of. |