ILIAS  release_8 Revision v8.19
All Data Structures Namespaces Files Functions Variables 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 }
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.