Class Zend_Log_Writer_Mock

Description
  • license: New BSD License
  • copyright: Copyright (c) 2005-2007 Zend Technologies USA Inc. (http://www.zend.com)

Located in /Log/Writer/Mock.php (line 30)

Zend_Log_Writer_Abstract
   |
   --Zend_Log_Writer_Mock
Variable Summary
 mixed $_buffer
Method Summary
 void flush ()
 void write ( $message,  $level)
Variables
mixed $_buffer = array() (line 32)
  • access: protected

Inherited Variables

Inherited from Zend_Log_Writer_Abstract

Zend_Log_Writer_Abstract::$_filters
Zend_Log_Writer_Abstract::$_options
Methods
flush (line 44)

Return all messages that have been written to the mock writer, and remove those messages from the message buffer.

  • access: public
void flush ()

Redefinition of:
Zend_Log_Writer_Abstract::flush()
Flush the buffer to the storage.
write (line 34)
  • access: public
void write ( $message,  $level)
  • $message
  • $level

Redefinition of:
Zend_Log_Writer_Abstract::write()
Buffer a message to be stored in the storage implemented by this writer.

Inherited Methods

Inherited From Zend_Log_Writer_Abstract

 Zend_Log_Writer_Abstract::addFilter()
 Zend_Log_Writer_Abstract::flush()
 Zend_Log_Writer_Abstract::log()
 Zend_Log_Writer_Abstract::setOption()
 Zend_Log_Writer_Abstract::write()
 Zend_Log_Writer_Abstract::__destruct()

Documentation generated on Wed, 21 Feb 2007 12:02:41 -0800 by phpDocumentor 1.3.1