ILIAS  trunk Revision v11.0_alpha-3011-gc6b235a2e85
Wrapper.php
Go to the documentation of this file.
1<?php
2
20
24
31interface Wrapper extends File
32{
38 public function getContent(): array;
39}
A component is the most general form of an entity in the UI.
Definition: Component.php:28
A wrapper file dropzone wraps around any other component from the UI framework, e....
Definition: Wrapper.php:32
getContent()
Get the components being wrapped by this dropzone.
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
Definition: Factory.php:19