XOOPS 2.5.6  Final
 All Classes Namespaces Files Functions Variables Pages
xoopslogger.php File Reference

Go to the source code of this file.

Classes

class  XoopsLogger
 

Namespaces

namespace  kernel
 

Functions

 XoopsErrorHandler_HandleError ($errNo, $errStr, $errFile, $errLine, $errContext=null)
 

Function Documentation

XoopsErrorHandler_HandleError (   $errNo,
  $errStr,
  $errFile,
  $errLine,
  $errContext = null 
)

PHP Error handler

NB: You're not supposed to call this function directly, if you dont understand why, then you'd better spend some time reading your PHP manual before you hurt somebody

: Using a function and not calling the handler method directly coz old PHP versions set_error_handler() have problems with the array( obj,methodname ) syntax

Definition at line 377 of file xoopslogger.php.

References XoopsLogger\getInstance().

Here is the call graph for this function: