ILIAS  release_5-3 Revision v5.3.23-19-g915713cf615
Wrapper.php
Go to the documentation of this file.
1<?php
3
5
17interface Wrapper extends File
18{
19
27 public function withContent($content);
28
29
35 public function getContent();
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
getContent()
Get the components being wrapped by this dropzone.
withContent($content)
Get a wrapper dropzone like this, wrapping around the given component(s).