|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
Class BasicHandlerResult. More...
Inheritance diagram for ILIAS\FileUpload\Handler\BasicHandlerResult:
Collaboration diagram for ILIAS\FileUpload\Handler\BasicHandlerResult:Public Member Functions | |
| __construct (private string $file_identification_key, private int $status, private string $file_identifier, private string $message) | |
| BasicHandlerResult constructor. More... | |
| getStatus () | |
| @inheritDoc More... | |
| getFileIdentifier () | |
| @inheritDoc More... | |
| jsonSerialize () | |
| @inheritDoc More... | |
| getMessage () | |
| @inheritDoc More... | |
| getStatus () | |
| getFileIdentifier () | |
| getMessage () | |
Additional Inherited Members | |
Data Fields inherited from ILIAS\FileUpload\Handler\HandlerResult | |
| const | STATUS_OK = 1 |
| const | STATUS_FAILED = 2 |
| const | STATUS_PARTIAL = 3 |
Class BasicHandlerResult.
Definition at line 28 of file BasicHandlerResult.php.
| ILIAS\FileUpload\Handler\BasicHandlerResult::__construct | ( | private string | $file_identification_key, |
| private int | $status, | ||
| private string | $file_identifier, | ||
| private string | $message | ||
| ) |
| ILIAS\FileUpload\Handler\BasicHandlerResult::getFileIdentifier | ( | ) |
@inheritDoc
Implements ILIAS\FileUpload\Handler\HandlerResult.
Definition at line 50 of file BasicHandlerResult.php.
| ILIAS\FileUpload\Handler\BasicHandlerResult::getMessage | ( | ) |
@inheritDoc
Implements ILIAS\FileUpload\Handler\HandlerResult.
Definition at line 74 of file BasicHandlerResult.php.
| ILIAS\FileUpload\Handler\BasicHandlerResult::getStatus | ( | ) |
@inheritDoc
Implements ILIAS\FileUpload\Handler\HandlerResult.
Definition at line 41 of file BasicHandlerResult.php.
|
final |
@inheritDoc
Definition at line 59 of file BasicHandlerResult.php.
References ILIAS\UI\Component\Input\Field\UploadHandler\DEFAULT_FILE_ID_PARAMETER.