ILIAS  Release_4_0_x_branch Revision 61816
 All Data Structures Namespaces Files Functions Variables Groups Pages
PHPExcel_Calculation_ExceptionHandler Class Reference
+ Collaboration diagram for PHPExcel_Calculation_ExceptionHandler:

Public Member Functions

 __construct ()
 Register errorhandler.
 __destruct ()
 Unregister errorhandler.

Detailed Description

Definition at line 46 of file ExceptionHandler.php.

Constructor & Destructor Documentation

PHPExcel_Calculation_ExceptionHandler::__construct ( )

Register errorhandler.

Definition at line 50 of file ExceptionHandler.php.

{
set_error_handler(array('PHPExcel_Calculation_Exception', 'errorHandlerCallback'), E_ALL);
}
PHPExcel_Calculation_ExceptionHandler::__destruct ( )

Unregister errorhandler.

Definition at line 57 of file ExceptionHandler.php.

{
restore_error_handler();
}

The documentation for this class was generated from the following file: