ILIAS
release_5-2 Revision v5.2.25-18-g3f80b828510
|
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 13 of file class.ilLoggingErrorSettings.php.
References $ilIliasIniFile, $ini, folder(), mail(), and read().
ilLoggingErrorSettings::folder | ( | ) |
Definition at line 50 of file class.ilLoggingErrorSettings.php.
References $folder.
Referenced by __construct(), and setFolder().
|
static |
Definition at line 38 of file class.ilLoggingErrorSettings.php.
Referenced by ilLoggerCronCleanErrorFiles\__construct(), ilErrorHandling\defaultHandler(), and ilObjLoggingSettingsGUI\initErrorSettings().
ilLoggingErrorSettings::mail | ( | ) |
Definition at line 54 of file class.ilLoggingErrorSettings.php.
References $mail.
Referenced by __construct(), setMail(), and update().
|
protected |
reads the values from ilias.ini.php
Definition at line 61 of file class.ilLoggingErrorSettings.php.
References setFolder(), and setMail().
Referenced by __construct().
|
protected |
Definition at line 42 of file class.ilLoggingErrorSettings.php.
References $folder, and folder().
Referenced by read().
ilLoggingErrorSettings::setMail | ( | ) |
Definition at line 46 of file class.ilLoggingErrorSettings.php.
Referenced by read().
ilLoggingErrorSettings::update | ( | ) |
writes mail recipient into client.ini.php
Definition at line 72 of file class.ilLoggingErrorSettings.php.
References mail().
|
protected |
Definition at line 10 of file class.ilLoggingErrorSettings.php.
Referenced by folder(), and setFolder().
|
protected |
Definition at line 11 of file class.ilLoggingErrorSettings.php.