ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
◀ ilDoc Overview
class.ilSetupErrorHandling.php
Go to the documentation of this file.
1
<?php
2
require_once
'Services/Init/classes/class.ilErrorHandling.php'
;
6
class
ilSetupErrorHandling
extends
ilErrorHandling
7
{
11
public
function
getHandler
()
12
{
13
global
$ilLog
;
14
if
($ilLog) {
15
$ilLog->write(
"err"
);
16
}
17
return
$this->
devmodeHandler
();
18
}
19
}
ilSetupErrorHandling
Definition:
class.ilSetupErrorHandling.php:6
ilSetupErrorHandling\getHandler
getHandler()
Definition:
class.ilSetupErrorHandling.php:11
$ilLog
$ilLog
Definition:
inc.setup_header.php:129
ilErrorHandling
Definition:
class.ilErrorHandling.php:34
ilErrorHandling\devmodeHandler
devmodeHandler()
Get the handler to be used in DEVMODE.
Definition:
class.ilErrorHandling.php:388
setup
classes
class.ilSetupErrorHandling.php
Generated on Tue Jan 28 2025 19:01:45 for ILIAS by
1.8.13 (using
Doxyfile
)