19 declare(strict_types=1);
41 $this->storage = $DIC->resourceStorage();
49 $status = HandlerResult::STATUS_FAILED;
50 $new_identification =
'unknown';
54 $uploadResults = $this->
upload->getResults();
55 $result = end($uploadResults);
57 if ($result instanceof
UploadResult && $result->
isOK() && $result->getSize()) {
58 $resource_id = $this->storage->manage()->find($this->identification);
59 if (is_null($resource_id)) {
60 $new_identification = $this->storage->manage()->upload($result, $this->stakeholder)->serialize();
61 $status = HandlerResult::STATUS_OK;
63 } elseif ($this->identification !==
'') {
64 $this->storage->manage()->replaceWithUpload($resource_id, $result, $this->stakeholder);
66 $status = HandlerResult::STATUS_OK;
82 HandlerResult::STATUS_OK,
84 'asynchronous removal blocked' 90 if (
null !== (
$id = $this->storage->manage()->find($identifier))) {
91 $revision = $this->storage->manage()->getCurrentRevision(
$id)->getInformation();
92 $title = $revision->getTitle();
94 $mime = $revision->getMimeType();
96 $title = $mime =
'unknown';
112 foreach ($file_ids as $identifier) {
116 return $info_results;
getRemoveResult(string $identifier)
__construct(string $identification)
while($session_entry=$r->fetchRow(ilDBConstants::FETCHMODE_ASSOC)) return null
getInfoForExistingFiles(array $file_ids)
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
getFileIdentifierParameterName()
Class BasicHandlerResult.
Interface FileInfoResult.
Class ilCtrlAwareUploadHandler.
ilMDCopyrightImageStakeholder $stakeholder
$id
plugin.php for ilComponentBuildPluginInfoObjectiveTest::testAddPlugins
__construct(Container $dic, ilPlugin $plugin)
getInfoResult(string $identifier)
Class BasicFileInfoResult.