ILIAS
release_7 Revision v7.30-3-g800a261c036
|
Interface HandlerResult. More...
Public Member Functions | |
getStatus () | |
getFileIdentifier () | |
getMessage () | |
Data Fields | |
const | STATUS_OK = 1 |
const | STATUS_FAILED = 2 |
Interface HandlerResult.
Definition at line 12 of file HandlerResult.php.
ILIAS\FileUpload\Handler\HandlerResult::getFileIdentifier | ( | ) |
Implemented in ILIAS\FileUpload\Handler\BasicHandlerResult.
ILIAS\FileUpload\Handler\HandlerResult::getMessage | ( | ) |
Implemented in ILIAS\FileUpload\Handler\BasicHandlerResult.
ILIAS\FileUpload\Handler\HandlerResult::getStatus | ( | ) |
Implemented in ILIAS\FileUpload\Handler\BasicHandlerResult.
const ILIAS\FileUpload\Handler\HandlerResult::STATUS_FAILED = 2 |
Definition at line 15 of file HandlerResult.php.
const ILIAS\FileUpload\Handler\HandlerResult::STATUS_OK = 1 |
Definition at line 14 of file HandlerResult.php.