5 include_once
"Services/Object/classes/class.ilObjectListGUI.php";
25 $this->delete_enabled =
true;
26 $this->cut_enabled =
true;
27 $this->copy_enabled =
true;
28 $this->subscribe_enabled =
true;
29 $this->link_enabled =
true;
30 $this->info_screen_enabled =
true;
32 $this->gui_class_name =
"ilobjfilegui";
87 $string = preg_replace(
'/\\.[a-z0-9]+\\z/i',
'', $this->title);
88 return $this->secure(is_string($string) ? $string :
'');
104 $props = parent::getProperties();
110 if (!preg_match(
'/^\\.|\\.[a-zA-Z0-9]+$/', $this->title)) {
113 "property" => $DIC->language()->txt(
"filename_interoperability"),
114 "value" => $DIC->language()->txt(
"filename_extension_missing"),
115 'propertyNameVisible' =>
false,
121 "property" => $DIC->language()->txt(
"type"),
123 'propertyNameVisible' =>
false,
127 if (is_array($file_data)) {
129 if(empty($file_data[
'rid']) && parent::checkCommandAccess(
"write",
"versions", $this->ref_id, $this->type)) {
132 "property" => $DIC->language()->txt(
"migrated"),
133 "value" => $DIC->language()->txt(
"not_yet_migrated"),
134 "propertyNameVisible" =>
false,
142 "property" => $DIC->language()->txt(
"size"),
144 'propertyNameVisible' =>
false,
146 $version = $file_data[
'version'];
149 if (parent::checkCommandAccess(
"write",
"versions", $this->ref_id, $this->type)) {
151 $value =
"<a href=\"$link\">" . $DIC->language()->txt(
"version") .
": $version</a>";
153 $value = $DIC->language()->txt(
"version") .
": $version";
157 "property" => $DIC->language()->txt(
"version"),
159 "propertyNameVisible" =>
false,
165 if ($file_data[
"date"]) {
168 "property" => $DIC->language()->txt(
"last_update"),
170 'propertyNameVisible' =>
false,
174 if ($file_data[
"page_count"]) {
177 "property" => $DIC->language()->txt(
"page_count"),
178 "value" => $file_data[
"page_count"],
179 'propertyNameVisible' =>
true,
212 if ($a_cmd ==
"sendfile" && $this->context == self::CONTEXT_REPOSITORY) {
217 return parent::getCommandLink($a_cmd);
static _getPermanentDownloadLink($ref_id)
Gets the permanent download link for the file.
static _isFileInline($a_file_name)
Returns true, if the specified file shall be displayed inline in the browser.
getIconImageType()
Returns the icon image type.
static _getFileExtension($a_file_name)
Gets the file extension of the specified file name.
static _getCommands()
get commands this method returns an array of all possible commands/permission combinations example: $...
static formatDate(ilDateTime $date, $a_skip_day=false, $a_include_wd=false, $include_seconds=false)
Format a date public.
getCommandFrame($a_cmd)
Get command target frame.
trait ilObjFileSecureString
Trait ilObjFileSecureString.
getProperties()
Get item properties.
static formatSize($size, $a_mode='short', $a_lng=null)
Returns the specified file size value in a human friendly form.
getCommandLink($a_cmd)
Get command link url.
getTitle()
getTitle overwritten in class.ilObjLinkResourceList.php
static getListGUIData($a_obj_id)
getCommandImage($a_cmd)
Get command icon image.