ILIAS
Release_4_0_x_branch Revision 61816
◀ 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
29
if
(!defined(
'PHPEXCEL_ROOT'
)) {
33
define(
'PHPEXCEL_ROOT'
, dirname(__FILE__) .
'/../../'
);
34
}
35
37
require_once PHPEXCEL_ROOT .
'PHPExcel/Calculation/Exception.php'
;
38
46
class
PHPExcel_Calculation_ExceptionHandler
{
50
public
function
__construct
() {
51
set_error_handler(array(
'PHPExcel_Calculation_Exception'
,
'errorHandlerCallback'
), E_ALL);
52
}
53
57
public
function
__destruct
() {
58
restore_error_handler();
59
}
60
}
Services
Excel
classes
PHPExcel
Calculation
ExceptionHandler.php
Generated on Wed Apr 27 2016 19:01:35 for ILIAS by
1.8.1.2 (using
Doxyfile
)