Overview

Packages

  • None
  • SyncMl

Classes

  • Horde_SyncMl
  • Horde_SyncMl_Backend
  • Horde_SyncMl_Backend_Horde
  • Horde_SyncMl_Command
  • Horde_SyncMl_Command_Alert
  • Horde_SyncMl_Command_Final
  • Horde_SyncMl_Command_Get
  • Horde_SyncMl_Command_Map
  • Horde_SyncMl_Command_Put
  • Horde_SyncMl_Command_Replace
  • Horde_SyncMl_Command_Results
  • Horde_SyncMl_Command_Status
  • Horde_SyncMl_Command_Sync
  • Horde_SyncMl_Command_SyncHdr
  • Horde_SyncMl_ContentHandler
  • Horde_SyncMl_DataStore
  • Horde_SyncMl_Device
  • Horde_SyncMl_Device_Nokia
  • Horde_SyncMl_Device_P800
  • Horde_SyncMl_Device_sync4j
  • Horde_SyncMl_Device_Sync4JMozilla
  • Horde_SyncMl_Device_Synthesis
  • Horde_SyncMl_DeviceInfo
  • Horde_SyncMl_Property
  • Horde_SyncMl_PropertyParameter
  • Horde_SyncMl_State
  • Horde_SyncMl_Sync
  • Horde_SyncMl_SyncElement
  • Horde_SyncMl_Translation
  • Horde_SyncMl_XmlOutput
  • Overview
  • Package
  • Class
  • Tree

Class Horde_SyncMl_SyncElement

The class Horde_SyncMl_Command_SyncElement stores information from the , and elements found inside a command.

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.

Package: SyncMl
Author: Karsten Fourmont karsten@horde.org
Author: Jan Schneider jan@horde.org
Located at Horde/SyncMl/SyncElement.php
Methods summary
public
# __construct( Horde_SyncMl_Sync $sync, string $elementType, integer $cmdID, integer $size )

Constructor.

Constructor.

Parameters

$sync
$elementType
$cmdID
$size
Properties summary
public string $contentType

The MIME content type of the sync command.

The MIME content type of the sync command.

#
public string $contentFormat

Encoding format of the content as specified in the element, like 'b64'.

Encoding format of the content as specified in the element, like 'b64'.

#
public string $content

The actual data content of the sync command.

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 element.

The size of the data item of the sync command in bytes as specified by a element.

#
public integer $cmdID

The command ID () of the sync command.

The command ID () of the sync command.

#
public string $elementType

Name of the sync command, like 'Add'.

Name of the sync command, like 'Add'.

#
public string $cuid

The client ID for the data item processed in the sync command.

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 element, one of the Horde_SyncMl::RESPONSE_* constants.

The code to be sent as status response in a element, one of the Horde_SyncMl::RESPONSE_* constants.

This is set in Horde_SyncMl_Sync::handleClientSyncItem() when "processing" the item.

#
public object $sync

The Sync object for this element is part of.

The Sync object for this element is part of.

#
API documentation generated by ApiGen