7use \ILIAS\UI\Component\Component as
Component;
69 public function sub($title, $content);
106 public function report($title, $sub_panels);
An exception for terminatinating execution or to throw for unit testing.
A component is the most general form of an entity in the UI.
This is how the factory for UI elements looks.
standard($title, $content)
report($title, $sub_panels)