• Main Page
  • Related Pages
  • Namespaces
  • Data Structures
  • Files
  • Examples
  • File List

E:/E/GEAMP/www/openbiz/openbiz/others/Zend/Log/Writer/Null.php

00001 <?php
00024 require_once 'Zend/Log/Writer/Abstract.php';
00025 
00034 class Zend_Log_Writer_Null extends Zend_Log_Writer_Abstract
00035 {
00042     protected function _write($event)
00043     {
00044     }
00045 
00046 }

Generated on Thu Apr 19 2012 17:01:18 for openbiz by  doxygen 1.7.2