10use ILIAS\UI\Component\Input\Field\HandlerResult;
48 $this->upload->process();
52 $array = $this->upload->getResults();
55 $i = $this->storage->upload(
$result, $this->stakeholder);
56 $status = HandlerResultInterface::STATUS_OK;
57 $identifier =
$i->serialize();
60 $status = HandlerResultInterface::STATUS_FAILED;
71 $id = $this->storage->find($identifier);
73 $this->storage->remove($id);
84 $id = $this->storage->find($identifier);
88 $r = $this->storage->getRevision($id)->getInformation();
97 foreach ($file_ids as $file_id) {
98 $id = $this->storage->find($file_id);
102 $r = $this->storage->getRevision($id)->getInformation();
An exception for terminatinating execution or to throw for unit testing.
Class ilCtrlAwareUploadHandler.
getFileIdentifierParameterName()
@inheritDoc
Class BasicFileInfoResult.
Class BasicHandlerResult.
Class ilMMStorageStakeholder.
Class ilMMUploadHandlerGUI.
getInfoResult(string $identifier)
getInfoForExistingFiles(array $file_ids)
getRemoveResult(string $identifier)
__construct()
ilUIDemoFileUploadHandlerGUI constructor.
Interface FileInfoResult.
__construct(Container $dic, ilPlugin $plugin)
@inheritDoc
Class ilAsqQuestionAuthoringFactory.