PHP Class Horde_SyncMl_DataStore, horde

Most important attributes are the preferred MIME Types for sending and receiving data for this datastore: $Tx_Pref and $Rx_Pref. 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.
Author: Karsten Fourmont ([email protected])
Author: Jan Schneider ([email protected])
Datei anzeigen Open project: horde/horde

Public Properties

Property Type Description
$DSMem Not implemented yet.
$DisplayName string The display name of the datastore
$MaxGUIDSize integer The maximum size of a global unique identifier for the datastore in bytes.
$Rx array The content types (CTType) are the keys, the versions (VerCT) are the values.
$Rx_Pref array The content types (CTType) are the keys, the versions (VerCT) are the values.
$SourceRef string The local URI of the datastore.
$SyncCap array The synchronization types (SyncType) are stored in the keys of the hash.
$Tx array The content types (CTType) are the keys, the versions (VerCT) are the values.
$Tx_Pref array The content types (CTType) are the keys, the versions (VerCT) are the values.

Public Methods

Method Description
getPreferredRXContentType ( ) : string Returns the preferred content type the client wants to receive.
getPreferredRXContentTypeVersion ( ) : string Returns the version of the preferred content type the client wants to receive.

Method Details

getPreferredRXContentType() public method

Returns the preferred content type the client wants to receive.
public getPreferredRXContentType ( ) : string
return string The device's preferred content type or null if not specified (which is not allowed).

getPreferredRXContentTypeVersion() public method

Returns the version of the preferred content type the client wants to receive.
public getPreferredRXContentTypeVersion ( ) : string
return string The device's preferred content type version or null if not specified (which is not allowed).

Property Details

$DSMem public_oe property

Not implemented yet.
public $DSMem

$DisplayName public_oe property

The display name of the datastore
public string $DisplayName
return string

$MaxGUIDSize public_oe property

The maximum size of a global unique identifier for the datastore in bytes.
public int $MaxGUIDSize
return integer

$Rx public_oe property

The content types (CTType) are the keys, the versions (VerCT) are the values.
public array $Rx
return array

$Rx_Pref public_oe property

The content types (CTType) are the keys, the versions (VerCT) are the values.
public array $Rx_Pref
return array

$SourceRef public_oe property

The local URI of the datastore.
public string $SourceRef
return string

$SyncCap public_oe property

The synchronization types (SyncType) are stored in the keys of the hash.
public array $SyncCap
return array

$Tx public_oe property

The content types (CTType) are the keys, the versions (VerCT) are the values.
public array $Tx
return array

$Tx_Pref public_oe property

The content types (CTType) are the keys, the versions (VerCT) are the values.
public array $Tx_Pref
return array