19 declare(strict_types=1);
40 $icon = $this->
ui->factory()->image()->standard(
42 $this->
lng->txt(
"icon") .
" " . $this->
lng->txt(
"obj_" . $file->
getType())
49 $item_title =
$filename .
" (v" . $version_nr .
")";
50 $modal_items[] = $this->
ui->factory()->modal()->interruptiveItem()->standard(
57 return $this->
ui->factory()->modal()->interruptive(
58 $this->
lng->txt(
'delete'),
59 $this->
lng->txt(
'file_confirm_delete_versions'),
70 $icon = $this->
ui->factory()->image()->standard(
72 $this->
lng->txt(
"icon") .
" " . $this->
lng->txt(
"obj_" . $file->
getType())
75 return $this->
ui->factory()->modal()->interruptive(
76 $this->
lng->txt(
'delete'),
77 $this->
lng->txt(
'file_confirm_delete_all_versions'),
81 $this->
ui->factory()->modal()->interruptiveItem()->standard(
static _getIcon(int $obj_id=0, string $size="big", string $type="", bool $offline=false)
Get icon for repository item.
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
buildConfirmDeleteAllVersionsModal(string $action, ilObjFile $file,)
Provides fluid interface to RBAC services.
__construct(protected ilLanguage $lng, protected UIServices $ui)
buildConfirmDeleteSpecificVersionsModal(string $action, ilObjFile $file, array $version_ids)
getVersions($version_ids=null)