Horde_Kolab_Storage_Synchronization_OncePerSession
extends Horde_Kolab_Storage_Synchronization
in package
Synchronization strategy that synchronizes once per session with the backend.
Copyright 2011-2017 Horde LLC (http://www.horde.org/)
See the enclosed file LICENSE for license information (LGPL). If you did not receive this file, see http://www.horde.org/licenses/lgpl21.
Tags
Table of Contents
- $_strategy : Horde_Kolab_Storage_Synchronization
- Synchronization strategy.
- __construct() : mixed
- Constructor.
- synchronizeData() : mixed
- Synchronize the provided data in case the selected synchronization strategy requires it.
- synchronizeList() : mixed
- Synchronize the provided list in case the selected synchronization strategy requires it.
Properties
$_strategy
Synchronization strategy.
protected
Horde_Kolab_Storage_Synchronization
$_strategy
Methods
__construct()
Constructor.
public
__construct() : mixed
Return values
mixed —synchronizeData()
Synchronize the provided data in case the selected synchronization strategy requires it.
public
synchronizeData(Horde_Kolab_Storage_Data $data) : mixed
Parameters
- $data : Horde_Kolab_Storage_Data
-
The data to synchronize.
Return values
mixed —synchronizeList()
Synchronize the provided list in case the selected synchronization strategy requires it.
public
synchronizeList(Horde_Kolab_Storage_List $list) : mixed
Parameters
- $list : Horde_Kolab_Storage_List
-
The list to synchronize.