\Horde_Kolab_Storage_Synchronization_Token

Synchronization strategy that synchronizes at certain intervals.

Copyright 2012-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.

Summary

Methods
Properties
Constants
__construct()
synchronizeList()
synchronizeData()
No public properties found
No constants found
No protected methods found
$_strategy
N/A
No private methods found
No private properties found
N/A

Properties

Methods

__construct()

__construct() 

Constructor.

synchronizeList()

synchronizeList(\Horde_Kolab_Storage_List  $list) 

Synchronize the provided list in case the selected synchronization strategy requires it.

Parameters

\Horde_Kolab_Storage_List $list

The list to synchronize.

synchronizeData()

synchronizeData(\Horde_Kolab_Storage_Data  $data) 

Synchronize the provided data in case the selected synchronization strategy requires it. Always calls the synchronize method of $data, assuming $data will know if it needs to be synchronized or not.

Parameters

\Horde_Kolab_Storage_Data $data

The data to synchronize.