ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
◀ ilDoc Overview
Standard.php
Go to the documentation of this file.
1
<?
php
2
3
namespace
ILIAS\UI\Component\Dropzone\File
;
4
5
use
ILIAS\UI\Component\Button\Button
;
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
}
File
Button
ILIAS\UI\Component\Dropzone\File\Standard\getMessage
getMessage()
Get the message of of this dropzone.
ILIAS\UI\Component\Button
Definition:
Bulky.php:4
ILIAS\UI\Component\Dropzone\File\Standard\withMessage
withMessage($message)
Get a dropzone like this, displaying the given message in it.
$message
catch(Exception $e) $message
Definition:
saml2-logout.php:34
ILIAS\UI\Component\Dropzone\File\Standard\withUploadButton
withUploadButton(Button $button)
Get a dropzone like this, using the given button to upload the files to the server.
ILIAS\UI\Component\Dropzone\File\Standard
Definition:
Standard.php:17
php
ILIAS\UI\Component\Dropzone\File
Definition:
Factory.php:3
ILIAS\UI\Component\Dropzone\File\Standard\getUploadButton
getUploadButton()
Get the button to upload the files to the server.
src
UI
Component
Dropzone
File
Standard.php
Generated on Thu Jan 16 2025 19:02:37 for ILIAS by
1.8.13 (using
Doxyfile
)