ILIAS  release_5-3 Revision v5.3.23-19-g915713cf615
PHPExcel_Calculation_ExceptionHandler Class Reference
+ Collaboration diagram for PHPExcel_Calculation_ExceptionHandler:

Public Member Functions

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

Detailed Description

Definition at line 35 of file ExceptionHandler.php.

Constructor & Destructor Documentation

◆ __construct()

PHPExcel_Calculation_ExceptionHandler::__construct ( )

Register errorhandler.

Definition at line 39 of file ExceptionHandler.php.

39 {
40 set_error_handler(array('PHPExcel_Calculation_Exception', 'errorHandlerCallback'), E_ALL);
41 }

◆ __destruct()

PHPExcel_Calculation_ExceptionHandler::__destruct ( )

Unregister errorhandler.

Definition at line 46 of file ExceptionHandler.php.

46 {
47 restore_error_handler();
48 }

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