ILIAS  release_8 Revision v8.24
Standard.php
Go to the documentation of this file.
1<?php
2
20
22
28interface Standard extends File
29{
33 public function getMessage(): string;
34
38 public function withUploadButton(Button $button): Standard;
39
43 public function getUploadButton(): ?Button;
44}
This describes commonalities between standard and primary buttons.
Definition: Button.php:32
A standard file dropzone offers the possibility to upload dropped files to the server.
Definition: Standard.php:29
getMessage()
Get the message 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.
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
Definition: Bulky.php:21
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
Definition: Factory.php:19