ILIAS  release_6 Revision v6.24-5-g0c8bfefb3b8
hasContent.php
Go to the documentation of this file.
2
3use Closure;
5
11interface hasContent
12{
13
20 public function withContentWrapper(Closure $content_wrapper) : hasContent;
21
22
29 public function withContent(Component $ui_component) : hasContent;
30
31
35 public function getContent() : Component;
36}
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