19 declare(strict_types=1);
35 private bool $is_online = self::DEFAULT_IS_ONLINE
41 return $this->is_online;
47 $clone->is_online =
true;
54 $clone->is_online =
false;
63 $trafo = $refinery->custom()->transformation(
68 return $field_factory->checkbox($language->
txt(self::INPUT_LABEL))
69 ->withByline($language->
txt(self::INPUT_BYLINE))
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(\ilLanguage $language, FieldFactory $field_factory, Refinery $refinery)
__construct(private bool $is_online=self::DEFAULT_IS_ONLINE)
Refinery Factory $refinery