19declare(strict_types=1);
38 private bool $header_action_visibility = self::DEFAULT_HEADER_ACTION_VISIBILITY
44 return $this->header_action_visibility;
49 FieldFactory $field_factory,
57 return $field_factory->checkbox($language->txt(self::INPUT_LABEL))
59 ->withValue($this->getVisibility());
67 $language->txt(self::INPUT_LABEL),
70 $top_actions_visibility_input->
setValue(
'1');
71 $top_actions_visibility_input->setChecked($this->getVisibility());
73 return $top_actions_visibility_input;
return['delivery_method'=> 'php',]
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...