Class Zend_Log_Filter_Priority

Description

Implements interfaces:

  • version: $Id: Priority.php 4389 2007-04-06 15:17:41Z mike $
  • license: New BSD License
  • copyright: Copyright (c) 2005-2007 Zend Technologies USA Inc. (http://www.zend.com)

Located in /Zend/Log/Filter/Priority.php (line 34)


	
			
Variable Summary
 integer $_priority
Method Summary
 Zend_Log_Filter_Priority __construct (integer $priority)
 boolean accept (array $event)
Variables
integer $_priority (line 39)
  • access: protected
Methods
Constructor __construct (line 47)

Filter out any log messages greater than $priority.

  • access: public
  • throws: Zend_Log_Exception
Zend_Log_Filter_Priority __construct (integer $priority)
  • integer $priority: Maximum priority to pass through the filter
accept (line 62)

Returns TRUE to accept the message, FALSE to block it.

  • return: accepted?
  • access: public
boolean accept (array $event)
  • array $event: event data

Implementation of:
Zend_Log_Filter_Interface::accept()
Returns TRUE to accept the message, FALSE to block it.

Documentation generated on Fri, 06 Apr 2007 18:30:08 -0700 by phpDocumentor 1.3.1