ILIAS
release_6 Revision v6.24-5-g0c8bfefb3b8
◀ ilDoc Overview
File.php
Go to the documentation of this file.
1
<?
php
declare(strict_types=1);
2
3
namespace
ILIAS\UI\Component\Input\Field
;
4
8
interface
File
extends
Input
9
{
10
public
function
withAcceptedMimeTypes
(array $mime_types) :
File
;
11
12
13
public
function
getAcceptedMimeTypes
() : array;
14
15
16
public
function
withMaxFileSize
(
int
$size_in_bytes) :
File
;
17
18
19
public
function
getMaxFileFize
() : int;
20
21
22
public
function
getUploadHandler
() :
UploadHandler
;
23
}
php
An exception for terminatinating execution or to throw for unit testing.
ILIAS\UI\Component\Input\Field\File
This describes file field.
Definition:
File.php:9
ILIAS\UI\Component\Input\Field\File\withAcceptedMimeTypes
withAcceptedMimeTypes(array $mime_types)
ILIAS\UI\Component\Input\Field\File\getUploadHandler
getUploadHandler()
ILIAS\UI\Component\Input\Field\File\getAcceptedMimeTypes
getAcceptedMimeTypes()
ILIAS\UI\Component\Input\Field\File\getMaxFileFize
getMaxFileFize()
ILIAS\UI\Component\Input\Field\File\withMaxFileSize
withMaxFileSize(int $size_in_bytes)
ILIAS\UI\Component\Input\Field\Input
This describes commonalities between all inputs.
Definition:
Input.php:32
ILIAS\UI\Component\Input\Field\UploadHandler
Interface UploadHandler.
Definition:
UploadHandler.php:13
ILIAS\UI\Component\Input\Field
Definition:
Checkbox.php:6
src
UI
Component
Input
Field
File.php
Generated on Fri Oct 3 2025 20:01:01 for ILIAS by
1.9.4 (using
Doxyfile
)