Class Horde_SyncMl_DataStore
The Horde_SyncMl_DataStore class describes one of the possible datastores (i.e. databases) of the device.
Most important attributes are the preferred MIME Types for sending and receiving data for this datastore: $Tx_Pref and $Rx_Pref.
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/DataStore.php
public
string
|
|
public
string
|
#
getPreferredRXContentTypeVersion( )
Returns the version of the preferred content type the client wants to receive. |
public
string
|
$SourceRef
The local URI of the datastore. |
|
public
string
|
$DisplayName
The display name of the datastore |
|
public
integer
|
$MaxGUIDSize
The maximum size of a global unique identifier for the datastore in bytes. |
|
public
array
|
$Rx_Pref
The preferred types and versions of a content type received by the device. |
#
array()
|
public
array
|
$Rx
The supported types and versions of a content type received by the device. |
#
array()
|
public
array
|
$Tx_Pref
The preferred types and versions of a content type transmitted by the device. |
#
array()
|
public
array
|
$Tx
The supported types and versions of a content type transmitted by the device. |
#
array()
|
public
mixed
|
$DSMem
The maximum memory and item identifier for the datastore. |
|
public
array
|
$SyncCap
The synchronization capabilities of the datastore. |
#
array()
|