Horde_Kolab_Storage_List_Synchronization
in package
Describes the synchronization handler.
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.
Tags
Table of Contents
- registerListener() : mixed
- Register a new synchronization listener.
- synchronize() : mixed
- Inform all listeners about the synchronization call.
Methods
registerListener()
Register a new synchronization listener.
public
abstract registerListener(Horde_Kolab_Storage_List_Synchronization_Listener $listener) : mixed
Parameters
- $listener : Horde_Kolab_Storage_List_Synchronization_Listener
-
The new listener.
Return values
mixed —synchronize()
Inform all listeners about the synchronization call.
public
abstract synchronize() : mixed