ILIAS  release_8 Revision v8.19
All Data Structures Namespaces Files Functions Variables Modules Pages
Standard.php
Go to the documentation of this file.
1 <?php
2 
20 
22 
28 interface Standard extends File
29 {
33  public function getMessage(): string;
34 
38  public function withUploadButton(Button $button): Standard;
39 
43  public function getUploadButton(): ?Button;
44 }
getMessage()
Get the message of this dropzone.
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
Definition: Bulky.php:21
withUploadButton(Button $button)
Get a dropzone like this, using the given button to upload the files to the server.
A standard file dropzone offers the possibility to upload dropped files to the server.
Definition: Standard.php:28
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
Definition: Factory.php:19
getUploadButton()
Get the button to upload the files to the server.