ILIAS
release_8 Revision v8.19
|
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. More...
Public Member Functions | |
setMail (string $mail) | |
folder () | |
mail () | |
update () | |
writes mail recipient into client.ini.php More... | |
Static Public Member Functions | |
static | getInstance () |
Protected Member Functions | |
__construct () | |
setFolder (string $folder) | |
read () | |
reads the values from ilias.ini.php More... | |
Protected Attributes | |
string | $folder = '' |
string | $mail = '' |
ilIniFile | $ilias_ini = null |
ilIniFile | $gClientIniFile = null |
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V.
ILIAS is licensed with the GPL-3.0, see https://www.gnu.org/licenses/gpl-3.0.en.html You should have received a copy of said license along with the source code, too.
If this is not the case or you just want to try ILIAS, you'll find us at: https://www.ilias.de https://github.com/ILIAS-eLearning Settings for the error protcoll system
Definition at line 24 of file class.ilLoggingErrorSettings.php.
|
protected |
Definition at line 31 of file class.ilLoggingErrorSettings.php.
ilLoggingErrorSettings::folder | ( | ) |
Definition at line 61 of file class.ilLoggingErrorSettings.php.
References $folder.
Referenced by setFolder().
|
static |
Definition at line 46 of file class.ilLoggingErrorSettings.php.
Referenced by ilLoggerCronCleanErrorFiles\__construct(), ilErrorHandling\defaultHandler(), and ilObjLoggingSettingsGUI\initErrorSettings().
ilLoggingErrorSettings::mail | ( | ) |
Definition at line 66 of file class.ilLoggingErrorSettings.php.
References $mail.
Referenced by setMail(), and update().
|
protected |
reads the values from ilias.ini.php
Definition at line 74 of file class.ilLoggingErrorSettings.php.
References setFolder(), and setMail().
Referenced by __construct().
|
protected |
Definition at line 51 of file class.ilLoggingErrorSettings.php.
References $folder, and folder().
Referenced by read().
ilLoggingErrorSettings::setMail | ( | string | ) |
Definition at line 56 of file class.ilLoggingErrorSettings.php.
Referenced by read().
ilLoggingErrorSettings::update | ( | ) |
writes mail recipient into client.ini.php
Definition at line 87 of file class.ilLoggingErrorSettings.php.
References mail().
|
protected |
Definition at line 26 of file class.ilLoggingErrorSettings.php.
Referenced by folder(), and setFolder().
|
protected |
Definition at line 29 of file class.ilLoggingErrorSettings.php.
|
protected |
Definition at line 28 of file class.ilLoggingErrorSettings.php.
|
protected |
Definition at line 27 of file class.ilLoggingErrorSettings.php.