PHP Класс Horde_SyncMl_DeviceInfo, horde

A DeviceInfo object is created by Horde_SyncMl_Command_Put from an appropriate XML message. Horde_SyncMl_Command_Put directly populates the members variables. The current implementation should handle all DevInf 1.1 DTD elements except entries. 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])
Показать файл Открыть проект

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

Свойство Тип Описание
$CTCaps array Example: array('text/x-vcard' => array('FN' => Horde_SyncMl_Property))
$DataStores array Array of Horde_SyncMl_DataStore objects.
$DevID string The (globally unique) identifier of the source synchronization device.
$DevTyp string The type of the source synchronization device.
$Exts array A hash with elements as keys and arrays of elements as values. Example: array('X-Foo-Bar' => array(1, 'foo'))
$FwV string The firmware version of the device.
$HwV string The hardware version of the device.
$Man string The name of the manufacturer of the device.
$Mod string The model name or model number of the device.
$OEM string The OEM (Original Equipment Manufacturer) of the device.
$SupportLargeObjs boolean Whether the device supports handling of large objects.
$SupportNumberOfChanges boolean Whether the device supports number of changes.
$SwV string The software version of the device.
$UTC boolean Whether the device supports UTC based time.
$VerDTD string The major and minor version identifier of the Device Information DTD.

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

Метод Описание
getDataStore ( $sourceURI ) : Horde_SyncMl_DataStore Returns a Horde_SyncMl_DataStore object for a certain source URI.

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

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

Returns a Horde_SyncMl_DataStore object for a certain source URI.
public getDataStore ( $sourceURI ) : Horde_SyncMl_DataStore
Результат Horde_SyncMl_DataStore A data store object or null if none found for the source URI.

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

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

Example: array('text/x-vcard' => array('FN' => Horde_SyncMl_Property))
public array $CTCaps
Результат array

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

Array of Horde_SyncMl_DataStore objects.
public array $DataStores
Результат array

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

The (globally unique) identifier of the source synchronization device.
public string $DevID
Результат string

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

The type of the source synchronization device.
public string $DevTyp
Результат string

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

A hash with elements as keys and arrays of elements as values. Example: array('X-Foo-Bar' => array(1, 'foo'))
public array $Exts
Результат array

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

The firmware version of the device.
public string $FwV
Результат string

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

The hardware version of the device.
public string $HwV
Результат string

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

The name of the manufacturer of the device.
public string $Man
Результат string

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

The model name or model number of the device.
public string $Mod
Результат string

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

The OEM (Original Equipment Manufacturer) of the device.
public string $OEM
Результат string

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

Whether the device supports handling of large objects.
public bool $SupportLargeObjs
Результат boolean

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

Whether the device supports number of changes.
public bool $SupportNumberOfChanges
Результат boolean

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

The software version of the device.
public string $SwV
Результат string

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

Whether the device supports UTC based time.
public bool $UTC
Результат boolean

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

The major and minor version identifier of the Device Information DTD.
public string $VerDTD
Результат string