3 declare(strict_types=1);
44 public function setTitle(
string $a_title): void
46 $this->title = $a_title;
54 public function setInfo(
string $a_info): void
56 $this->
info = $a_info;
64 public function setValue(
string $a_value): void
66 $this->value = $a_value;
89 $this->sub_items[] = $a_item;
99 $subInputItems = array();
101 foreach ($this->sub_items as $subItem) {
102 if ($subItem->getType() ==
'section_header') {
106 $subInputItems[] = $subItem;
109 $subInputItems = array_merge($subInputItems, $subItem->getSubInputItemsRecursive());
113 return $subInputItems;
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
setDisabled(bool $a_disabled)
getSubInputItemsRecursive()
setValue(string $a_value)
__construct(string $a_title="", string $a_value="", string $a_info="")
setTitle(string $a_title)