38 private \ILIAS\ResourceStorage\Services
$irss;
45 if ($with_cleared_cache) {
48 $this->irss = $DIC->resourceStorage();
49 $this->db = $DIC->database();
63 return array_map(
'strtolower', explode(
" ",
$settings->get(
'inline_file_extensions')));
68 $res = $this->db->query(
69 "SELECT title, rid, file_id, page_count FROM file_data JOIN object_data ON object_data.obj_id = file_data.file_id WHERE rid IS NOT NULL AND " . $this->db->in(
80 while ($row = $this->db->fetchObject(
$res)) {
81 $rids[(
int) $row->file_id] = $row->rid;
82 $page_counts[(
int) $row->file_id] = $row->page_count;
83 $object_titles[(
int) $row->file_id] = $row->title;
85 $this->irss->preload($rids);
87 foreach ($rids as $file_id => $rid) {
88 if (
$id = $this->irss->manage()->find($rid)) {
89 $max = $this->irss->manage()->getResource(
$id)->getCurrentRevision();
92 $object_titles[$file_id] ?? $max->getTitle(),
93 $max->getInformation()->getTitle(),
94 $max->getInformation()->getSuffix(),
95 in_array(strtolower($max->getInformation()->getSuffix()), $this->inline_suffixes,
true),
97 $max->getVersionNumber(),
98 $max->getInformation()->getCreationDate(),
99 in_array(strtolower($max->getInformation()->getMimeType()), [
100 MimeType::APPLICATION__ZIP,
101 MimeType::APPLICATION__X_ZIP_COMPRESSED
103 $max->getInformation()->getMimeType(),
104 new DataSize($max->getInformation()->getSize() ?? 0, DataSize::Byte),
105 $page_counts[$file_id] === null ? null : (
int) $page_counts[$file_id]
108 self::$cache[$file_id] = $info;
This class provides the data size with additional information to remove the work to calculate the siz...
preloadData(array $object_ids)
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
getByObjectId(int $object_id)
ILIAS ResourceStorage Services $irss
static _lookupObjectId(int $ref_id)
__construct(bool $with_cleared_cache=false)
$id
plugin.php for ilComponentBuildPluginInfoObjectiveTest::testAddPlugins