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])
Afficher le fichier Open project: horde/horde

Méthodes publiques

Свойство 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.

Méthodes publiques

Méthode 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 méthode

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

getPreferredRXContentTypeVersion() public méthode

Returns the version of the preferred content type the client wants to receive.
public getPreferredRXContentTypeVersion ( ) : string
Résultat 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
Résultat string

$MaxGUIDSize public_oe property

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

$Rx public_oe property

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

$Rx_Pref public_oe property

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

$SourceRef public_oe property

The local URI of the datastore.
public string $SourceRef
Résultat string

$SyncCap public_oe property

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

$Tx public_oe property

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

$Tx_Pref public_oe property

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