PHP Класс Horde_Kolab_Storage_Synchronization_OncePerSession, 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.
Показать файл
Открыть проект
Примеры использования класса
Открытые методы
Метод |
Описание |
|
__construct ( ) |
Constructor. |
|
synchronizeData ( Horde_Kolab_Storage_Data $data ) |
Synchronize the provided data in case the selected synchronization
strategy requires it. |
|
synchronizeList ( Horde_Kolab_Storage_List_Tools $list ) |
Synchronize the provided list in case the selected synchronization
strategy requires it. |
|
Описание методов
__construct()
публичный Метод
synchronizeData()
публичный Метод
Synchronize the provided data in case the selected synchronization
strategy requires it.
public synchronizeData ( Horde_Kolab_Storage_Data $data ) |
$data |
Horde_Kolab_Storage_Data |
The data to synchronize. |
synchronizeList()
публичный Метод
Synchronize the provided list in case the selected synchronization
strategy requires it.
public synchronizeList ( Horde_Kolab_Storage_List_Tools $list ) |
$list |
Horde_Kolab_Storage_List_Tools |
The list to synchronize. |