19 declare(strict_types=1);
38 private bool $header_action_visibility = self::DEFAULT_HEADER_ACTION_VISIBILITY
44 return $this->header_action_visibility;
52 $trafo = $refinery->custom()->transformation(
57 return $field_factory->checkbox($language->
txt(self::INPUT_LABEL))
66 $top_actions_visibility_input = new \ilCheckboxInputGUI(
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;
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...