ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
Settings for the error protcoll system. More...
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 $DIC, $ilIliasIniFile, $ini, folder(), mail(), and read().
ilLoggingErrorSettings::folder | ( | ) |
Definition at line 66 of file class.ilLoggingErrorSettings.php.
References $folder.
Referenced by __construct(), and setFolder().
|
static |
Definition at line 51 of file class.ilLoggingErrorSettings.php.
Referenced by ilLoggerCronCleanErrorFiles\__construct(), ilErrorHandling\defaultHandler(), and ilObjLoggingSettingsGUI\initErrorSettings().
ilLoggingErrorSettings::mail | ( | ) |
Definition at line 71 of file class.ilLoggingErrorSettings.php.
References $mail.
Referenced by __construct(), setMail(), and update().
|
protected |
reads the values from ilias.ini.php
Definition at line 79 of file class.ilLoggingErrorSettings.php.
References setFolder(), and setMail().
Referenced by __construct().
|
protected |
Definition at line 56 of file class.ilLoggingErrorSettings.php.
References $folder, and folder().
Referenced by read().
ilLoggingErrorSettings::setMail | ( | ) |
Definition at line 61 of file class.ilLoggingErrorSettings.php.
Referenced by read().
ilLoggingErrorSettings::update | ( | ) |
writes mail recipient into client.ini.php
Definition at line 91 of file class.ilLoggingErrorSettings.php.
References mail().
|
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.