ILIAS
eassessment Revision 61809
◀ ilDoc Overview
Main Page
Related Pages
Modules
Namespaces
Data Structures
Files
Examples
File List
Globals
All
Data Structures
Namespaces
Files
Functions
Variables
Groups
Pages
ExceptionHandler.php
Go to the documentation of this file.
1
<?php
35
class
PHPExcel_Calculation_ExceptionHandler
{
39
public
function
__construct
() {
40
set_error_handler(array(
'PHPExcel_Calculation_Exception'
,
'errorHandlerCallback'
), E_ALL);
41
}
42
46
public
function
__destruct
() {
47
restore_error_handler();
48
}
49
}
Services
Excel
PHPExcel
1.7.6
Classes
PHPExcel
Calculation
ExceptionHandler.php
Generated on Mon Apr 25 2016 19:01:26 for ILIAS by
1.8.1.2 (using
Doxyfile
)