3 declare(strict_types=1);
39 $this->storage = $DIC[
'resource_storage'];
53 $array = $this->
upload->getResults();
54 $result = end($array);
56 $i = $this->storage->manage()->upload($result, $this->stakeholder);
57 $status = HandlerResultInterface::STATUS_OK;
58 $identifier =
$i->serialize();
61 $status = HandlerResultInterface::STATUS_FAILED;
63 $message = $result->getStatus()->getMessage();
72 $id = $this->storage->manage()->find($identifier);
74 $this->storage->manage()->remove(
$id, $this->stakeholder);
85 $id = $this->storage->manage()->find($identifier);
89 $r = $this->storage->manage()->getCurrentRevision(
$id)->getInformation();
98 foreach ($file_ids as $file_id) {
99 $id = $this->storage->manage()->find($file_id);
103 $r = $this->storage->manage()->getCurrentRevision(
$id)->getInformation();
Class ilMMUploadHandlerGUI.
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
getRemoveResult(string $identifier)
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
getInfoResult(string $identifier)
Class BasicHandlerResult.
Interface FileInfoResult.
Class ilCtrlAwareUploadHandler.
__construct()
ilUIDemoFileUploadHandlerGUI constructor.
Class ilMMStorageStakeholder.
getFileIdentifierParameterName()
__construct(Container $dic, ilPlugin $plugin)
$id
plugin.php for ilComponentBuildPluginInfoObjectiveTest::testAddPlugins
getInfoForExistingFiles(array $file_ids)
Class BasicFileInfoResult.