ILIAS
trunk Revision v11.0_alpha-1831-g8615d53dadb
|
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(), and ILIAS\Test\Settings\GlobalSettings\TestLoggingSettings\toForm().
ILIAS\Test\Settings\GlobalSettings\TestLoggingSettings::isLoggingEnabled | ( | ) |
Definition at line 62 of file TestLoggingSettings.php.
Referenced by ILIAS\Test\Settings\GlobalSettings\Repository\storeLoggingSettings(), and ILIAS\Test\Settings\GlobalSettings\TestLoggingSettings\toForm().
ILIAS\Test\Settings\GlobalSettings\TestLoggingSettings::toForm | ( | UIFactory | $ui_factory, |
Refinery | $refinery, | ||
\ilLanguage | $lng | ||
) |
Definition at line 38 of file TestLoggingSettings.php.
References ILIAS\Test\Settings\GlobalSettings\TestLoggingSettings\isIPLoggingEnabled(), ILIAS\Test\Settings\GlobalSettings\TestLoggingSettings\isLoggingEnabled(), ilLanguage\txt(), ILIAS\UI\Implementation\Component\Input\ViewControl\withAdditionalTransformation(), and ILIAS\UI\Implementation\Component\Input\withValue().
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.