ILIAS  release_7 Revision v7.30-3-g800a261c036
All Data Structures Namespaces Files Functions Variables Modules Pages
Standard.php
Go to the documentation of this file.
1 <?php
2 
4 
6 
17 interface Standard extends File
18 {
19 
27  public function withMessage($message);
28 
29 
35  public function getMessage();
36 
37 
44  public function withUploadButton(Button $button);
45 
46 
52  public function getUploadButton();
53 }
getMessage()
Get the message of of this dropzone.
withMessage($message)
Get a dropzone like this, displaying the given message in it.
withUploadButton(Button $button)
Get a dropzone like this, using the given button to upload the files to the server.
$message
Definition: xapiexit.php:14
getUploadButton()
Get the button to upload the files to the server.