PHP Class Horde_Kolab_Storage_Synchronization_Token, horde

Copyright 2012-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.
Author: Michael Rubinsky ([email protected])
Author: Thomas Jarosch ([email protected])
Author: Gunnar Wrobel ([email protected])
Inheritance: extends Horde_Kolab_Storage_Synchronization
Exibir arquivo Open project: horde/horde

Public Methods

Method Description
__construct ( ) Constructor.
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.
synchronizeList ( Horde_Kolab_Storage_List_Tools $list ) Synchronize the provided list in case the selected synchronization strategy requires it.

Method Details

__construct() public method

Constructor.
public __construct ( )

synchronizeData() public method

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.
public synchronizeData ( Horde_Kolab_Storage_Data $data )
$data Horde_Kolab_Storage_Data The data to synchronize.

synchronizeList() public method

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.