PHP Класс Horde_SyncMl_SyncElement, horde

Instances of this class are created during the XML parsing by Horde_SyncMl_Command_Sync. Copyright 2005-2016 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.
Автор: Karsten Fourmont ([email protected])
Автор: Jan Schneider ([email protected])
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
$cmdID integer The command ID () of the sync command.
$content string The actual data content of the sync command.
$contentFormat string Encoding format of the content as specified in the element, like 'b64'.
$contentType string The MIME content type of the sync command.
$cuid string The client ID for the data item processed in the sync command.
$elementType string Name of the sync command, like 'Add'.
$responseCode integer This is set in Horde_SyncMl_Sync::handleClientSyncItem() when "processing" the item.
$size integer The size of the data item of the sync command in bytes as specified by a element.
$sync The Sync object for this element is part of.

Открытые методы

Метод Описание
__construct ( Horde_SyncMl_Sync $sync, string $elementType, integer $cmdID, integer $size ) Constructor.

Описание методов

__construct() публичный Метод

Constructor.
public __construct ( Horde_SyncMl_Sync $sync, string $elementType, integer $cmdID, integer $size )
$sync Horde_SyncMl_Sync
$elementType string
$cmdID integer
$size integer

Описание свойств

$cmdID публичное свойство

The command ID () of the sync command.
public int $cmdID
Результат integer

$content публичное свойство

The actual data content of the sync command.
public string $content
Результат string

$contentFormat публичное свойство

Encoding format of the content as specified in the element, like 'b64'.
public string $contentFormat
Результат string

$contentType публичное свойство

The MIME content type of the sync command.
public string $contentType
Результат string

$cuid публичное свойство

The client ID for the data item processed in the sync command.
public string $cuid
Результат string

$elementType публичное свойство

Name of the sync command, like 'Add'.
public string $elementType
Результат string

$responseCode публичное свойство

This is set in Horde_SyncMl_Sync::handleClientSyncItem() when "processing" the item.
public int $responseCode
Результат integer

$size публичное свойство

The size of the data item of the sync command in bytes as specified by a element.
public int $size
Результат integer

$sync публичное свойство

The Sync object for this element is part of.
public $sync