Class Zend_Log_Filter_Suppress

Description

Implements interfaces:

  • version: $Id: Suppress.php 4627 2007-04-28 01:29:42Z mike $
  • copyright: Copyright (c) 2005-2007 Zend Technologies USA Inc. (http://www.zend.com)
  • license: New BSD License

Located in /Log/Filter/Suppress.php (line 34)


	
			
Variable Summary
 boolean $_accept
Method Summary
 boolean accept (array $event)
 void suppress (boolean $suppress)
Variables
boolean $_accept = true (line 39)
  • access: protected
Methods
accept (line 61)

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.
suppress (line 50)

This is a simple boolean filter.

Call suppress(true) to suppress all log events. Call suppress(false) to accept all log events.

  • access: public
void suppress (boolean $suppress)
  • boolean $suppress: Should all log events be suppressed?

Documentation generated on Sun, 27 May 2007 23:28:01 -0700 by phpDocumentor 1.3.2