ILIAS  release_5-4 Revision v5.4.26-12-gabc799a52e6
hasContent.php
Go to the documentation of this file.
2
4
10interface hasContent
11{
12
18 public function withContent(Component $ui_component) : hasContent;
19
20
24 public function getContent() : Component;
25}
An exception for terminatinating execution or to throw for unit testing.
A component is the most general form of an entity in the UI.
Definition: Component.php:14