19 declare(strict_types=1);
38 private bool $is_online = self::DEFAULT_IS_ONLINE
44 return $this->is_online;
50 $clone->is_online =
true;
57 $clone->is_online =
false;
66 $trafo = $refinery->custom()->transformation(
71 return $field_factory->checkbox($language->
txt(self::INPUT_LABEL))
72 ->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)
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
__construct(private bool $is_online=self::DEFAULT_IS_ONLINE)