ILIAS
trunk Revision v11.0_alpha-2638-g80c1d007f79
◀ ilDoc Overview
FileInfoResult.php
Go to the documentation of this file.
1
<?php
2
19
declare(strict_types=1);
20
21
namespace
ILIAS\FileUpload\Handler
;
22
23
use
JsonSerializable
;
24
30
interface
FileInfoResult
extends
JsonSerializable
31
{
32
public
function
getFileIdentifier
(): string;
33
34
35
public
function
getName
(): string;
36
40
public
function
getSize
():
int
;
41
42
43
public
function
getMimeType
(): string;
44
}
ILIAS\MetaData\OERExposer\OAIPMH\Handler\FileInfoResult\getSize
getSize()
ILIAS\MetaData\OERExposer\OAIPMH\Handler\FileInfoResult\getName
getName()
JsonSerializable
ILIAS\MetaData\OERExposer\OAIPMH\Handler\FileInfoResult
Interface FileInfoResult.
Definition:
FileInfoResult.php:30
ILIAS\FileUpload\Handler
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
Definition:
AbstractCtrlAwareIRSSUploadHandler.php:21
ILIAS\MetaData\OERExposer\OAIPMH\Handler\FileInfoResult\getMimeType
getMimeType()
ILIAS\MetaData\OERExposer\OAIPMH\Handler\FileInfoResult\getFileIdentifier
getFileIdentifier()
ILIAS\Repository\int
int(string $key)
Definition:
trait.BaseGUIRequest.php:61
components
ILIAS
FileUpload
src
Handler
FileInfoResult.php
Generated on Sun Aug 31 2025 23:02:59 for ILIAS by
1.8.13 (using
Doxyfile
)