ILIAS  trunk Revision v11.0_alpha-1749-g1a06bdef097
All Data Structures Namespaces Files Functions Variables Enumerations Enumerator 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 
48  public function withBulky(bool $bulky): File;
49 }
getMessage()
Get the message of this dropzone.
withBulky(bool $bulky)
Makes a dropzone bulky, this to ensure better visibility when the dropzone is to be displayed standal...
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.