|
ILIAS
release_8 Revision v8.24
|
Interface HandlerResult. More...
Inheritance diagram for ILIAS\FileUpload\Handler\HandlerResult:
Collaboration diagram for ILIAS\FileUpload\Handler\HandlerResult:Public Member Functions | |
| getStatus () | |
| getFileIdentifier () | |
| getMessage () | |
Data Fields | |
| const | STATUS_OK = 1 |
| const | STATUS_FAILED = 2 |
| const | STATUS_PARTIAL = 3 |
Interface HandlerResult.
Definition at line 27 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 30 of file HandlerResult.php.
Referenced by ILIAS\FileUpload\Handler\AbstractCtrlAwareUploadHandler\executeCommand().
| const ILIAS\FileUpload\Handler\HandlerResult::STATUS_OK = 1 |
Definition at line 29 of file HandlerResult.php.
| const ILIAS\FileUpload\Handler\HandlerResult::STATUS_PARTIAL = 3 |
Definition at line 31 of file HandlerResult.php.