3 declare(strict_types=1);
85 public function sub(
string $title, $content):
Sub;
121 public function report(
string $title, $sub_panels):
Report;
This describes a Sub Panel.
report(string $title, $sub_panels)
description: purpose: > Report Panels display user-generated data combining text in lists...
This describes how a Report could be modified during construction of UI.
listing()
description: purpose: > Listing Panels are used to list items following all one single template...
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
secondary()
description: purpose: > Secondary Panels are used to group content not located in the center section...
This describes a Standard Dropdown.
standard(array $items)
description: purpose: > The Standard Dropdown is the default Dropdown to be used in ILIAS...