Property | Type | Description | |
---|---|---|---|
$cmdID | integer | The command ID ( |
|
$content | string | The actual data content of the sync command. | |
$contentFormat | string | Encoding format of the content as specified in the |
|
$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 |
|
$sync | The Sync object for this element is part of. |
Method | Description | |
---|---|---|
__construct ( Horde_SyncMl_Sync $sync, string $elementType, integer $cmdID, integer $size ) | Constructor. |
public string $content | ||
return | string |
public string $contentFormat | ||
return | string |
public string $contentType | ||
return | string |
public string $cuid | ||
return | string |
public string $elementType | ||
return | string |
public int $responseCode | ||
return | integer |
public int $size | ||
return | integer |