|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
Collaboration diagram for ILIAS\Test\Settings\GlobalSettings\TestLoggingSettings:Public Member Functions | |
| __construct (private bool $logging_enabled=false, private bool $ip_logging_enabled=true) | |
| toForm (UIFactory $ui_factory, Refinery $refinery, \ilLanguage $lng) | |
| isLoggingEnabled () | |
| withLoggingEnabled (bool $logging_enabled) | |
| isIPLoggingEnabled () | |
| withIPLoggingEnabled (bool $ip_logging_enabled) | |
Definition at line 26 of file TestLoggingSettings.php.
| ILIAS\Test\Settings\GlobalSettings\TestLoggingSettings::__construct | ( | private bool | $logging_enabled = false, |
| private bool | $ip_logging_enabled = true |
||
| ) |
Definition at line 28 of file TestLoggingSettings.php.
| ILIAS\Test\Settings\GlobalSettings\TestLoggingSettings::isIPLoggingEnabled | ( | ) |
Definition at line 74 of file TestLoggingSettings.php.
Referenced by ILIAS\Test\Settings\GlobalSettings\Repository\storeLoggingSettings().
Here is the caller graph for this function:| ILIAS\Test\Settings\GlobalSettings\TestLoggingSettings::isLoggingEnabled | ( | ) |
Definition at line 62 of file TestLoggingSettings.php.
Referenced by ILIAS\Test\Settings\GlobalSettings\Repository\storeLoggingSettings().
Here is the caller graph for this function:| ILIAS\Test\Settings\GlobalSettings\TestLoggingSettings::toForm | ( | UIFactory | $ui_factory, |
| Refinery | $refinery, | ||
| \ilLanguage | $lng | ||
| ) |
Definition at line 38 of file TestLoggingSettings.php.
| ILIAS\Test\Settings\GlobalSettings\TestLoggingSettings::withIPLoggingEnabled | ( | bool | $ip_logging_enabled | ) |
Definition at line 79 of file TestLoggingSettings.php.
| ILIAS\Test\Settings\GlobalSettings\TestLoggingSettings::withLoggingEnabled | ( | bool | $logging_enabled | ) |
Definition at line 67 of file TestLoggingSettings.php.