$sessionID
$sessionID : string
Id of this SyncML session.
This is not to confuse with the PHP session id, though it is part of the generated PHP session id.
The Horde_SyncMl_State class provides a SyncML state object.
Copyright 2003-2017 Horde LLC (http://www.horde.org/)
See the enclosed file LICENSE for license information (LGPL). If you did not receive this file, see http://www.horde.org/licenses/lgpl21.
$deviceInfo : \Horde_SyncMl_DeviceInfo
Device info provided by the SyncML DevInf data.
$curSyncItem : \Horde_SyncMl_SyncElement
Current sync element sent from client.
Stored in state if one element is split into multiple message packets.
getDevice() : \Horde_SyncMl_Device
Returns a Horde_SyncMl_Device instance for the device used in this session.
A Horde_SyncMl_Device instance.
setSync(string $target, \Horde_SyncMl_Sync $sync)
string | $target | |
\Horde_SyncMl_Sync | $sync |
getSync(string $target) : \Horde_SyncMl_Sync
string | $target |