\Horde_Kolab_Storage_List_Synchronization_Decorator_Log

Logs list synchronization requests.

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
registerListener()
synchronize()
__construct()
No public properties found
No constants found
No protected methods found
No protected properties found
N/A
No private methods found
$_synchronization
$_logger
N/A

Properties

$_logger

$_logger : mixed

A log handler.

Type

mixed

Methods

synchronize()

synchronize() 

Inform all listeners about the synchronization call.

__construct()

__construct(\Horde_Kolab_Storage_List_Synchronization  $synchronization, mixed  $logger) 

Constructor.

Parameters

\Horde_Kolab_Storage_List_Synchronization $synchronization

The synchronization handler.

mixed $logger

The log handler. This instance must provide the debug() method.