PHP 클래스 Horde_Notification_Handler_Decorator_Log, horde

Copyright 2001-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.
저자: Jan Schneider ([email protected])
상속: extends Horde_Notification_Handler_Decorator_Base
파일 보기 프로젝트 열기: horde/horde

공개 메소드들

메소드 설명
__construct ( object $logger ) Constructor.
push ( Horde_Notification_Event $event, array $options ) Event is being added to the Horde message stack.

메소드 상세

__construct() 공개 메소드

Constructor.
public __construct ( object $logger )
$logger object The log handler. The provided instance is required to implement the debug() function. You should be able to use a common Logger here (PEAR Log, Horde_Log_Logger, or Zend_Log).

push() 공개 메소드

Event is being added to the Horde message stack.
public push ( Horde_Notification_Event $event, array $options )
$event Horde_Notification_Event Event object.
$options array Additional options (see Horde_Notification_Handler for details).