19declare(strict_types=1);
37 private bool $title_and_icon_visibility = self::DEFAULT_TITLE_AND_ICON_VISIBILITY
43 return $this->title_and_icon_visibility;
48 FieldFactory $field_factory,
57 return $field_factory->checkbox($language->txt(self::INPUT_LABEL))
59 ->withValue($this->getVisibility());
67 $language->txt(self::INPUT_LABEL),
68 'show_header_icon_and_title'
70 $title_and_icon_visibility_input->
setValue(
'1');
71 $title_and_icon_visibility_input->setChecked($this->getVisibility());
73 return $title_and_icon_visibility_input;
toLegacyForm(\ilLanguage $language)
__construct(private bool $title_and_icon_visibility=self::DEFAULT_TITLE_AND_ICON_VISIBILITY)
const DEFAULT_TITLE_AND_ICON_VISIBILITY
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...