19declare(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;
63 FieldFactory $field_factory,
71 return $field_factory->checkbox($language->txt(self::INPUT_LABEL))
72 ->withByline($language->txt(self::INPUT_BYLINE))
74 ->withValue($this->getIsOnline());
__construct(private bool $is_online=self::DEFAULT_IS_ONLINE)
toForm(\ilLanguage $language, FieldFactory $field_factory, Refinery $refinery)
return['delivery_method'=> 'php',]
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...