|
ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
|
Settings for the error protcoll system. More...
Collaboration diagram for ilLoggingErrorSettings:Public Member Functions | |
| setMail ($mail) | |
| folder () | |
| mail () | |
| update () | |
| writes mail recipient into client.ini.php More... | |
Static Public Member Functions | |
| static | getInstance () |
Protected Member Functions | |
| __construct () | |
| setFolder ($folder) | |
| read () | |
| reads the values from ilias.ini.php More... | |
Protected Attributes | |
| $folder | |
Settings for the error protcoll system.
Definition at line 9 of file class.ilLoggingErrorSettings.php.
|
protected |
Definition at line 14 of file class.ilLoggingErrorSettings.php.
References $ilIliasIniFile, $ini, folder(), mail(), and read().
Here is the call graph for this function:| ilLoggingErrorSettings::folder | ( | ) |
Definition at line 55 of file class.ilLoggingErrorSettings.php.
References $folder.
Referenced by __construct(), and setFolder().
Here is the caller graph for this function:
|
static |
Definition at line 40 of file class.ilLoggingErrorSettings.php.
Referenced by ilLoggerCronCleanErrorFiles\__construct(), ilErrorHandling\defaultHandler(), and ilObjLoggingSettingsGUI\initErrorSettings().
Here is the caller graph for this function:| ilLoggingErrorSettings::mail | ( | ) |
Definition at line 60 of file class.ilLoggingErrorSettings.php.
References $mail.
Referenced by __construct(), setMail(), and update().
Here is the caller graph for this function:
|
protected |
reads the values from ilias.ini.php
Definition at line 68 of file class.ilLoggingErrorSettings.php.
References setFolder(), and setMail().
Referenced by __construct().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
| ilLoggingErrorSettings::setMail | ( | ) |
| ilLoggingErrorSettings::update | ( | ) |
writes mail recipient into client.ini.php
Definition at line 80 of file class.ilLoggingErrorSettings.php.
References mail().
Here is the call graph for this function:
|
protected |
Definition at line 11 of file class.ilLoggingErrorSettings.php.
Referenced by folder(), and setFolder().
|
protected |
Definition at line 12 of file class.ilLoggingErrorSettings.php.