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

E:/E/GEAMP/www/openbiz/openbiz/others/Zend/Log/Formatter/Firebug.php

00001 <?php
00024 require_once 'Zend/Log/Formatter/Interface.php';
00025 
00033 class Zend_Log_Formatter_Firebug implements Zend_Log_Formatter_Interface
00034 {
00046     public function format($event)
00047     {
00048         return $event['message'];
00049     }
00050 }

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