ILIAS  release_5-4 Revision v5.4.26-12-gabc799a52e6
Wrapper.php
Go to the documentation of this file.
1<?php
3
5
17interface Wrapper extends File
18{
26 public function withTitle($title);
27
28
34 public function getTitle();
35
43 public function withContent($content);
44
45
51 public function getContent();
52}
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
withTitle($title)
Get a wrapper dropzone like this, but showing a custom title in the appearing modal.
getContent()
Get the components being wrapped by this dropzone.
withContent($content)
Get a wrapper dropzone like this, wrapping around the given component(s).
getTitle()
Get the custom title if set.