ILIAS
trunk Revision v11.0_alpha-2638-g80c1d007f79
◀ ilDoc Overview
HandlerResult.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
HandlerResult
extends
JsonSerializable
31
{
32
public
const
STATUS_OK
= 1;
33
public
const
STATUS_FAILED
= 2;
34
public
const
STATUS_PARTIAL
= 3;
35
36
37
public
function
getStatus
():
int
;
38
39
40
public
function
getFileIdentifier
(): string;
41
42
43
public
function
getMessage
(): string;
44
}
ILIAS\MetaData\OERExposer\OAIPMH\Handler\HandlerResult\STATUS_PARTIAL
const STATUS_PARTIAL
Definition:
HandlerResult.php:34
ILIAS\MetaData\OERExposer\OAIPMH\Handler\HandlerResult\getStatus
getStatus()
ILIAS\MetaData\OERExposer\OAIPMH\Handler\HandlerResult\getFileIdentifier
getFileIdentifier()
ILIAS\MetaData\OERExposer\OAIPMH\Handler\HandlerResult\STATUS_FAILED
const STATUS_FAILED
Definition:
HandlerResult.php:33
ILIAS\MetaData\OERExposer\OAIPMH\Handler\HandlerResult\getMessage
getMessage()
JsonSerializable
ILIAS\MetaData\OERExposer\OAIPMH\Handler\HandlerResult
Interface HandlerResult.
Definition:
HandlerResult.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\HandlerResult\STATUS_OK
const STATUS_OK
Definition:
HandlerResult.php:32
ILIAS\Repository\int
int(string $key)
Definition:
trait.BaseGUIRequest.php:61
components
ILIAS
FileUpload
src
Handler
HandlerResult.php
Generated on Sun Aug 31 2025 23:02:59 for ILIAS by
1.8.13 (using
Doxyfile
)