ILIAS
release_5-2 Revision v5.2.25-18-g3f80b828510
◀ ilDoc Overview
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
}
PHPExcel_Calculation_ExceptionHandler\__construct
__construct()
Register errorhandler.
Definition:
ExceptionHandler.php:39
array
Create styles array
The data for the language used.
Definition:
40duplicateStyle.php:19
PHPExcel_Calculation_ExceptionHandler\__destruct
__destruct()
Unregister errorhandler.
Definition:
ExceptionHandler.php:46
php
PHPExcel_Calculation_ExceptionHandler
Definition:
ExceptionHandler.php:35
libs
composer
vendor
phpoffice
phpexcel
Classes
PHPExcel
Calculation
ExceptionHandler.php
Generated on Fri Mar 7 2025 19:00:50 for ILIAS by
1.8.13 (using
Doxyfile
)