ILIAS  trunk Revision v11.0_alpha-1744-gb0451eebef4
All Data Structures Namespaces Files Functions Variables Enumerations Enumerator Modules Pages
Wrapper.php
Go to the documentation of this file.
1 <?php
2 
20 
24 
31 interface Wrapper extends File
32 {
38  public function getContent(): array;
39 }
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
A wrapper file dropzone wraps around any other component from the UI framework, e.g.
Definition: Wrapper.php:31
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
Definition: Factory.php:19
getContent()
Get the components being wrapped by this dropzone.