PHP Класс Horde_Kolab_Storage_Data_Query_Preferences_Base, horde
Copyright 2011-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.
Показать файл
Открыть проект
Защищенные свойства (Protected)
Свойство |
Тип |
Описание |
|
$_data |
Horde_Kolab_Storage_Data |
The queriable data. |
|
$_mapping |
array |
The cached preference mapping. |
|
Открытые методы
Приватные методы
Метод |
Описание |
|
_initMapping ( ) : null |
Initialize the application <-> object mapping. |
|
Описание методов
__construct()
публичный Метод
public __construct ( Horde_Kolab_Storage_Data $data, array $params ) |
$data |
Horde_Kolab_Storage_Data |
The queriable data. |
$params |
array |
Additional parameters. |
getApplicationPreferences()
публичный Метод
Return the preferences for the specified application.
getApplications()
публичный Метод
Return the applications for which preferences exist in the backend.
setLogger()
публичный Метод
public setLogger ( Horde_Log_Logger $logger = null ) |
$logger |
Horde_Log_Logger |
|
synchronize()
публичный Метод
Synchronize the preferences information with the information from the
backend.
Описание свойств
$_data защищенное свойство
protected Horde_Kolab_Storage_Data $_data |
Результат |
Horde_Kolab_Storage_Data |
|
$_mapping защищенное свойство
The cached preference mapping.
protected array $_mapping |
Результат |
array |
|