ILIAS  release_6 Revision v6.24-5-g0c8bfefb3b8
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.
$message
Definition: xapiexit.php:14