58 public function __construct($a_data,
int $a_id,
bool $a_call_by_reference)
64 $this->file_object_settings = new \ILIAS\components\File\Settings\Form(
new General());
65 $this->
http = $DIC->http();
66 $this->ui_factory = $DIC->ui()->factory();
67 $this->ui_renderer = $DIC->ui()->renderer();
73 if (!$this->
access->checkAccess($permission,
'', $this->object->getRefId())) {
74 $this->
ilias->raiseError(
75 $this->
lng->txt(
'no_permission'),
76 $this->
ilias->error_obj->MESSAGE
83 return $this->ui_factory->input()->container()->form()->standard(
84 $this->
ctrl->getLinkTarget($this, self::CMD_SAVE_SETTINGS),
86 $this->file_object_settings->asFormSection(),
87 $this->preview_settings->asFormSection(),
95 $this->
lng->loadLanguageModule(
"file");
101 switch ($this->
ctrl->getNextClass($this)) {
102 case 'ilpermissiongui':
103 $this->tabs_gui->setTabActive(
'perm_settings');
105 $this->
ctrl->forwardCommand($perm_gui);
107 case strtolower(ilObjFileIconsOverviewGUI::class):
108 $this->tabs_gui->setTabActive(
'file_objects');
110 $this->tabs_gui->setSubTabActive(self::SUBTAB_SUFFIX_SPECIFIC_ICONS);
112 $this->
ctrl->forwardCommand($icon_overview);
115 $cmd = $this->
ctrl->getCmd(self::CMD_EDIT_SETTINGS);
116 $this->tabs_gui->setTabActive(
'file_objects');
119 case self::CMD_EDIT_SETTINGS:
123 case self::CMD_SAVE_SETTINGS:
128 throw new ilException(
"ilObjFileAccessSettingsGUI: Command not found: $cmd");
137 if ($this->rbac_system->checkAccess(
"visible,read", $this->object->getRefId())) {
138 $this->tabs_gui->addTarget(
140 $this->
ctrl->getLinkTarget($this, self::CMD_EDIT_SETTINGS),
141 [self::CMD_EDIT_SETTINGS, self::CMD_VIEW]
144 if ($this->rbac_system->checkAccess(
'edit_permission', $this->object->getRefId())) {
145 $this->tabs_gui->addTarget(
147 $this->
ctrl->getLinkTargetByClass(
'ilpermissiongui',
"perm"),
156 $this->tabs_gui->addSubTabTarget(
158 $this->
ctrl->getLinkTarget($this, self::CMD_EDIT_SETTINGS),
159 [self::CMD_EDIT_SETTINGS,
"view"]
161 $this->tabs_gui->addSubTabTarget(
162 self::SUBTAB_SUFFIX_SPECIFIC_ICONS,
163 $this->
ctrl->getLinkTargetByClass(ilObjFileIconsOverviewGUI::class, ilObjFileIconsOverviewGUI::CMD_INDEX),
164 [ilObjFileIconsOverviewGUI::CMD_INDEX,
"view"]
172 $this->tabs_gui->setSubTabActive(
"settings");
174 $this->tpl->setContent($this->ui_renderer->render($this->buildForm()));
180 $form = $form->withRequest($this->
http->request());
182 if ($form->getData() ===
null) {
183 $this->tpl->setContent($this->ui_renderer->render($form));
187 $this->tpl->setOnScreenMessage(
189 $this->
language->txt(
'settings_saved'),
192 $this->
ctrl->redirect($this, self::CMD_EDIT_SETTINGS);
prepareOutput(bool $show_sub_objects=true)
__construct($a_data, int $a_id, bool $a_call_by_reference)
Constructor.
checkAccess(string $permission)
Class ilObjFileAccessSettingsGUI.
while($session_entry=$r->fetchRow(ilDBConstants::FETCHMODE_ASSOC)) return null
static http()
Fetches the global http state from ILIAS.
ILIAS components File Settings Form $file_object_settings
This is how the factory for UI elements looks.
const SUBTAB_SUFFIX_SPECIFIC_ICONS
Class ilObjectGUI Basic methods of all Output classes.
Class ilObjForumAdministration.
__construct(Container $dic, ilPlugin $plugin)
language()
description: > Example for rendring a language glyph.
const CMD_SHOW_PREVIEW_RENDERERS