ILIAS  trunk Revision v11.0_alpha-3011-gc6b235a2e85
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
48 public function withBulky(bool $bulky): File;
49}
This describes commonalities between standard and primary buttons.
Definition: Button.php:34
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.
withBulky(bool $bulky)
Makes a dropzone bulky, this to ensure better visibility when the dropzone is to be displayed standal...
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