PHP Класс 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.
Автор: Karsten Fourmont ([email protected])
Автор: Jan Schneider ([email protected])
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
$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.

Открытые методы

Метод Описание
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.

Описание методов

getPreferredRXContentType() публичный Метод

Returns the preferred content type the client wants to receive.
public getPreferredRXContentType ( ) : string
Результат string The device's preferred content type or null if not specified (which is not allowed).

getPreferredRXContentTypeVersion() публичный Метод

Returns the version of the preferred content type the client wants to receive.
public getPreferredRXContentTypeVersion ( ) : string
Результат string The device's preferred content type version or null if not specified (which is not allowed).

Описание свойств

$DSMem публичное свойство

Not implemented yet.
public $DSMem

$DisplayName публичное свойство

The display name of the datastore
public string $DisplayName
Результат string

$MaxGUIDSize публичное свойство

The maximum size of a global unique identifier for the datastore in bytes.
public int $MaxGUIDSize
Результат integer

$Rx публичное свойство

The content types (CTType) are the keys, the versions (VerCT) are the values.
public array $Rx
Результат array

$Rx_Pref публичное свойство

The content types (CTType) are the keys, the versions (VerCT) are the values.
public array $Rx_Pref
Результат array

$SourceRef публичное свойство

The local URI of the datastore.
public string $SourceRef
Результат string

$SyncCap публичное свойство

The synchronization types (SyncType) are stored in the keys of the hash.
public array $SyncCap
Результат array

$Tx публичное свойство

The content types (CTType) are the keys, the versions (VerCT) are the values.
public array $Tx
Результат array

$Tx_Pref публичное свойство

The content types (CTType) are the keys, the versions (VerCT) are the values.
public array $Tx_Pref
Результат array