PHP Класс Horde_Kolab_FreeBusy_Resource_Event_Decorator_Log, horde

Copyright 2009-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.
Автор: Gunnar Wrobel ([email protected])
Наследование: extends Horde_Kolab_FreeBusy_Resource_Decorator_Log, implements Horde_Kolab_FreeBusy_Resource_Event
Показать файл Открыть проект

Открытые методы

Метод Описание
__construct ( Horde_Kolab_FreeBusy_Resource_Event $resource, mixed $logger ) Constructor.
listEvents ( Horde_Date $startDate, Horde_Date $endDate ) : array Lists all events in the given time range. *

Описание методов

__construct() публичный Метод

Constructor.
public __construct ( Horde_Kolab_FreeBusy_Resource_Event $resource, mixed $logger )
$resource Horde_Kolab_FreeBusy_Resource_Event The decorated resource.
$logger mixed The log handler. The class must at least provide the debug() method.

listEvents() публичный Метод

Lists all events in the given time range. *
public listEvents ( Horde_Date $startDate, Horde_Date $endDate ) : array
$startDate Horde_Date Start of range date object.
$endDate Horde_Date End of range data object.
Результат array Events in the given time range.