19 declare(strict_types=1);
29 private bool $logging_enabled =
false,
30 private bool $ip_logging_enabled =
true 43 $trafo = $refinery->custom()->transformation(
44 static fn($vs):
self =>
new self($vs[
'activation'], $vs[
'ip_logging'])
47 'logging' => $ui_factory->input()->field()->section(
49 'activation' => $ui_factory->input()->field()->checkbox(
50 $lng->
txt(
'activate_logging')
52 'ip_logging' => $ui_factory->input()->field()->checkbox(
54 )->withByline($lng->
txt(
'log_ip_info'))
57 $lng->
txt(
'logging_settings')
64 return $this->logging_enabled;
70 $clone->logging_enabled = $logging_enabled;
76 return $this->ip_logging_enabled;
82 $clone->ip_logging_enabled = $ip_logging_enabled;
__construct(private bool $logging_enabled=false, private bool $ip_logging_enabled=true)
txt(string $a_topic, string $a_default_lang_fallback_mod="")
gets the text for a given topic if the topic is not in the list, the topic itself with "-" will be re...
toForm(UIFactory $ui_factory, Refinery $refinery, \ilLanguage $lng)
withIPLoggingEnabled(bool $ip_logging_enabled)
withLoggingEnabled(bool $logging_enabled)