ILIAS  release_5-4 Revision v5.4.26-12-gabc799a52e6
Standard.php
Go to the documentation of this file.
1<?php
2
4
6
17interface 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}
An exception for terminatinating execution or to throw for unit testing.
This describes commonalities between standard and primary buttons.
Definition: Button.php:17
getMessage()
Get the message of of this dropzone.
withUploadButton(Button $button)
Get a dropzone like this, using the given button to upload the files to the server.
getUploadButton()
Get the button to upload the files to the server.
withMessage($message)
Get a dropzone like this, displaying the given message in it.
catch(Exception $e) $message