19 declare(strict_types=1);
53 $this->storage = $DIC->resourceStorage();
54 $this->wrapper = $DIC->http()->wrapper();
71 $array = $this->
upload->getResults();
72 $result = end($array);
75 if ($this->wrapper->query()->has(
'rid')) {
76 $to_str = $this->
refinery->to()->string();
77 $rid = $this->wrapper->query()->retrieve(
'rid', $to_str);
78 $id = $this->storage->manage()->find($rid);
80 $this->storage->manage()->appendNewRevision(
$id, $result, $this->stakeholder);
85 $i = $this->storage->manage()->upload($result, $this->stakeholder);
86 $rid = $i->serialize();
88 $status = HandlerResult::STATUS_OK;
95 $status = HandlerResult::STATUS_FAILED;
97 $message = $result->getStatus()->getMessage();
105 $id = $this->storage->manage()->find($rid);
107 $rev = $this->storage->manage()->getCurrentRevision(
$id);
108 $rev_num = $rev->getVersionNumber();
109 $this->storage->manage()->removeRevision(
$id, $rev_num);
112 HandlerResult::STATUS_OK,
119 HandlerResult::STATUS_FAILED,
127 $id = $this->storage->manage()->find($rid);
131 $r = $this->storage->manage()->getCurrentRevision(
$id)->getInformation();
148 foreach ($resource_identifiers as $rid) {
149 $id = $this->storage->manage()->find($rid);
153 $r = $this->storage->manage()->getCurrentRevision(
$id)->getInformation();
getRemoveResult(string $rid)
getInfoResult(string $rid)
ilObjFileIconStakeholder $stakeholder
getInfoForExistingFiles(array $resource_identifiers)
while($session_entry=$r->fetchRow(ilDBConstants::FETCHMODE_ASSOC)) return null
__construct()
ilUIDemoFileUploadHandlerGUI constructor.
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
Class ResourceIdentification.
getFileIdentifierParameterName()
Class BasicHandlerResult.
Interface FileInfoResult.
Class ilCtrlAwareUploadHandler.
$id
plugin.php for ilComponentBuildPluginInfoObjectiveTest::testAddPlugins
__construct(Container $dic, ilPlugin $plugin)
Class BasicFileInfoResult.