ILIAS  release_8 Revision v8.24
ilObjFileAccessSettingsGUI Class Reference

Class ilObjFileAccessSettingsGUI. More...

+ Inheritance diagram for ilObjFileAccessSettingsGUI:
+ Collaboration diagram for ilObjFileAccessSettingsGUI:

Public Member Functions

 __construct ($a_data, int $a_id, bool $a_call_by_reference)
 Constructor. More...
 
 executeCommand ()
 Execute command. More...
 
 getAdminTabs ()
 Get tabs. More...
 
 editSettings (ilPropertyFormGUI $a_form=null)
 Edit settings. More...
 
 saveSettings ()
 Save settings. More...
 
- Public Member Functions inherited from ilObjectGUI
 __construct ($data, int $id=0, bool $call_by_reference=true, bool $prepare_output=true)
 
 getRefId ()
 
 setAdminMode (string $mode)
 
 getAdminMode ()
 
 getObject ()
 
 executeCommand ()
 
 withReferences ()
 determines whether objects are referenced or not (got ref ids or not) More...
 
 setCreationMode (bool $mode=true)
 if true, a creation screen is displayed the current [ref_id] don't belong to the current class! The mode is determined in ilRepositoryGUI More...
 
 getCreationMode ()
 
 prepareOutput (bool $show_sub_objects=true)
 
 getAdminTabs ()
 administration tabs show only permissions and trash folder More...
 
 getHTML ()
 
 confirmedDeleteObject ()
 confirmed deletion of object -> objects are moved to trash or deleted immediately, if trash is disabled More...
 
 cancelDeleteObject ()
 cancel deletion of object More...
 
 cancelObject ()
 cancel action and go back to previous page More...
 
 createObject ()
 create new object form More...
 
 cancelCreation ()
 cancel create action and go back to repository parent More...
 
 saveObject ()
 
 getDidacticTemplateVar (string $type)
 Get didactic template setting from creation screen. More...
 
 putObjectInTree (ilObject $obj, int $parent_node_id=null)
 Add object to tree at given position. More...
 
 editObject ()
 
 addExternalEditFormCustom (ilPropertyFormGUI $form)
 
 updateObject ()
 updates object entry in object_data More...
 
 getFormAction (string $cmd, string $default_form_action="")
 Get form action for command (command is method name without "Object", e.g. More...
 
 isVisible (int $ref_id, string $type)
 
 viewObject ()
 viewObject container presentation for "administration -> repository, trash, permissions" More...
 
 deleteObject (bool $error=false)
 Display deletion confirmation screen. More...
 
 setColumnSettings (ilColumnGUI $column_gui)
 
 redirectAfterCreation ()
 Redirect after creation, see https://docu.ilias.de/goto_docu_wiki_wpage_5035_1357.html Should be overwritten and redirect to settings screen. More...
 
 addToDeskObject ()
 
 removeFromDeskObject ()
 
- Public Member Functions inherited from ILIAS\Object\ImplementsCreationCallback
 callCreationCallback (\ilObject $object, \ilObjectDefinition $obj_definition, int $requested_crtcb)
 

Data Fields

const CMD_EDIT_SETTINGS = 'editSettings'
 
const CMD_SHOW_PREVIEW_RENDERERS = 'showPreviewRenderers'
 
- Data Fields inherited from ilObjectGUI
const ALLOWED_TAGS_IN_TITLE_AND_DESCRIPTION
 
const ADMIN_MODE_NONE = ""
 
const ADMIN_MODE_SETTINGS = "settings"
 
const ADMIN_MODE_REPOSITORY = "repository"
 
const UPLOAD_TYPE_LOCAL = 1
 
const UPLOAD_TYPE_UPLOAD_DIRECTORY = 2
 
const CFORM_NEW = 1
 
const CFORM_IMPORT = 2
 
const CFORM_CLONE = 3
 

Protected Member Functions

 addFileObjectsSubTabs ()
 
 initSettingsForm ()
 Edit settings. More...
 
 showPreviewRenderers ()
 
 setTitleAndDescription ()
 called by prepare output More...
 
- Protected Member Functions inherited from ilObjectGUI
 getObjectService ()
 
 assignObject ()
 
 setTitleAndDescription ()
 
 initHeaderAction (?string $sub_type=null, ?int $sub_id=null)
 Add header action menu. More...
 
 insertHeaderAction (?ilObjectListGUI $list_gui=null)
 Insert header action into main template. More...
 
 addHeaderAction ()
 Add header action menu. More...
 
 redrawHeaderActionObject ()
 Ajax call: redraw action header only. More...
 
 setTabs ()
 set admin tabs More...
 
 setAdminTabs ()
 set admin tabs More...
 
 setLocator ()
 
 addLocatorItems ()
 should be overwritten to add object specific items (repository items are preloaded) More...
 
 omitLocator (bool $omit=true)
 
 addAdminLocatorItems (bool $do_not_add_object=false)
 should be overwritten to add object specific items (repository items are preloaded) More...
 
 initCreationForms (string $new_type)
 Init creation forms. More...
 
 getCreationFormsHTML (array $forms)
 Get HTML for creation forms (accordion) More...
 
 initCreateForm (string $new_type)
 
 initDidacticTemplate (ilPropertyFormGUI $form)
 
 addDidacticTemplateOptions (array &$a_options)
 Add custom templates. More...
 
 afterSave (ilObject $new_object)
 Post (successful) object creation hook. More...
 
 initEditForm ()
 
 initEditCustomForm (ilPropertyFormGUI $a_form)
 Add custom fields to update form. More...
 
 getEditFormValues ()
 
 getEditFormCustomValues (array &$a_values)
 Add values to custom edit fields. More...
 
 validateCustom (ilPropertyFormGUI $form)
 Validate custom values (if not possible with checkInput()) More...
 
 updateCustom (ilPropertyFormGUI $form)
 Insert custom update form values into object. More...
 
 afterUpdate ()
 Post (successful) object update hook. More...
 
 initImportForm (string $new_type)
 
 importFileObject (int $parent_id=null)
 
 afterImport (ilObject $new_object)
 Post (successful) object import hook. More...
 
 setFormAction (string $cmd, string $form_action)
 
 getReturnLocation (string $cmd, string $default_location="")
 Get return location for command (command is method name without "Object", e.g. More...
 
 setReturnLocation (string $cmd, string $location)
 set specific return location for command More...
 
 getTargetFrame (string $cmd, string $default_target_frame="")
 get target frame for command (command is method name without "Object", e.g. More...
 
 setTargetFrame (string $cmd, string $target_frame)
 Set specific target frame for command. More...
 
 showPossibleSubObjects ()
 show possible sub objects (pull down menu) More...
 
 getTabs ()
 @abstract overwrite in derived GUI class of your object type More...
 
 redirectToRefId (int $ref_id, string $cmd="")
 redirects to (repository) view per ref id usually to a container and usually used at the end of a save/import method where the object gui type (of the new object) doesn't match with the type of the current ["ref_id"] value of the request More...
 
 fillCloneTemplate (?string $tpl_name, string $type)
 Fill object clone template This method can be called from any object GUI class that wants to offer object cloning. More...
 
 getCenterColumnHTML ()
 Get center column. More...
 
 getRightColumnHTML ()
 Display right column. More...
 
 checkPermission (string $perm, string $cmd="", string $type="", ?int $ref_id=null)
 
 checkPermissionBool (string $perm, string $cmd="", string $type="", ?int $ref_id=null)
 
 enableDragDropFileUpload ()
 Enables the file upload into this object by dropping files. More...
 
 showCustomIconsEditing ( $input_colspan=1, ilPropertyFormGUI $form=null, $as_section=true)
 show edit section of custom icons for container More...
 

Protected Attributes

ilSetting $folderSettings
 
Services $http
 
- Protected Attributes inherited from ilObjectGUI
ILIAS Notes Service $notes_service
 
ServerRequestInterface $request
 
ilLocatorGUI $locator
 
ilObjUser $user
 
ilAccessHandler $access
 
ilSetting $settings
 
ilToolbarGUI $toolbar
 
ilRbacAdmin $rbac_admin
 
ilRbacSystem $rbac_system
 
ilRbacReview $rbac_review
 
ilObjectService $object_service
 
ilObjectDefinition $obj_definition
 
ilGlobalTemplateInterface $tpl
 
ilTree $tree
 
ilCtrl $ctrl
 
ilErrorHandling $error
 
ilLanguage $lng
 
ilTabsGUI $tabs_gui
 
ILIAS $ilias
 
ArrayBasedRequestWrapper $post_wrapper
 
RequestWrapper $request_wrapper
 
Factory $refinery
 
ilFavouritesManager $favourites
 
ilObjectCustomIconFactory $custom_icon_factory
 
ilObject $object = null
 
bool $creation_mode = false
 
 $data
 
int $id
 
bool $call_by_reference = false
 
bool $prepare_output
 
int $ref_id
 
int $obj_id
 
int $maxcount
 
array $form_action = []
 
array $return_location = []
 
array $target_frame = []
 
string $tmp_import_dir
 
string $sub_objects = ""
 
bool $omit_locator = false
 
string $type = ""
 
string $admin_mode = self::ADMIN_MODE_NONE
 
int $requested_ref_id = 0
 
int $requested_crtptrefid = 0
 
int $requested_crtcb = 0
 
string $requested_new_type = ""
 
string $link_params
 
string $html = ""
 

Additional Inherited Members

- Static Public Member Functions inherited from ilObjectGUI
static _gotoRepositoryRoot (bool $raise_error=false)
 Goto repository root. More...
 
static _gotoRepositoryNode (int $ref_id, string $cmd="")
 
static _gotoSharedWorkspaceNode (int $wsp_id)
 

Detailed Description

Constructor & Destructor Documentation

◆ __construct()

ilObjFileAccessSettingsGUI::__construct (   $a_data,
int  $a_id,
bool  $a_call_by_reference 
)

Constructor.

@access public

Definition at line 44 of file class.ilObjFileAccessSettingsGUI.php.

45 {
46 global $DIC;
47 $this->type = "facs";
48 parent::__construct($a_data, $a_id, $a_call_by_reference, false);
49 $this->folderSettings = new ilSetting('fold');
50 $this->http = $DIC->http();
51 }
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
global $DIC
Definition: feed.php:28
static http()
Fetches the global http state from ILIAS.
__construct(Container $dic, ilPlugin $plugin)
@inheritDoc

References $DIC, ILIAS\GlobalScreen\Provider\__construct(), and ILIAS\FileDelivery\http().

+ Here is the call graph for this function:

Member Function Documentation

◆ addFileObjectsSubTabs()

ilObjFileAccessSettingsGUI::addFileObjectsSubTabs ( )
protected

Definition at line 114 of file class.ilObjFileAccessSettingsGUI.php.

114 : void
115 {
116 $this->tabs_gui->addSubTabTarget(
117 "settings",
118 $this->ctrl->getLinkTarget($this, self::CMD_EDIT_SETTINGS),
119 array(self::CMD_EDIT_SETTINGS, "view")
120 );
121 $this->tabs_gui->addSubTabTarget(
122 "preview_renderers",
123 $this->ctrl->getLinkTarget($this, self::CMD_SHOW_PREVIEW_RENDERERS),
124 array(self::CMD_SHOW_PREVIEW_RENDERERS, "view")
125 );
126 }

References ILIAS\Repository\ctrl().

Referenced by editSettings(), and showPreviewRenderers().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ editSettings()

ilObjFileAccessSettingsGUI::editSettings ( ilPropertyFormGUI  $a_form = null)

Edit settings.

Definition at line 202 of file class.ilObjFileAccessSettingsGUI.php.

202 : void
203 {
204 global $DIC, $ilErr;
205
206 $this->tabs_gui->setTabActive('file_objects');
207 $this->addFileObjectsSubTabs();
208 $this->tabs_gui->setSubTabActive('settings');
209
210 if (!$DIC->rbac()->system()->checkAccess("visible,read", $this->object->getRefId())) {
211 $ilErr->raiseError($DIC->language()->txt("no_permission"), $ilErr->WARNING);
212 }
213
214 if ($a_form === null) {
215 $a_form = $this->initSettingsForm();
216 }
217
218 $DIC->ui()->mainTemplate()->setContent($a_form->getHTML());
219 }
$ilErr
Definition: raiseError.php:17

References $DIC, $ilErr, addFileObjectsSubTabs(), and initSettingsForm().

Referenced by saveSettings().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ executeCommand()

ilObjFileAccessSettingsGUI::executeCommand ( )

Execute command.

@access public

Reimplemented from ilObjectGUI.

Definition at line 60 of file class.ilObjFileAccessSettingsGUI.php.

60 : void
61 {
62 $this->lng->loadLanguageModule("file");
63
64 $next_class = $this->ctrl->getNextClass($this);
65 $cmd = $this->ctrl->getCmd();
66
67 $this->prepareOutput();
68
69 if (!$this->access->checkAccess('read', '', $this->object->getRefId())) {
70 $this->ilias->raiseError(
71 $this->lng->txt('no_permission'),
72 $this->ilias->error_obj->MESSAGE
73 );
74 }
75
76 switch ($next_class) {
77 case 'ilpermissiongui':
78 $this->tabs_gui->setTabActive('perm_settings');
79 $perm_gui = new ilPermissionGUI($this);
80 $this->ctrl->forwardCommand($perm_gui);
81 break;
82 default:
83 if (!$cmd || $cmd == 'view') {
85 }
86
87 $this->$cmd();
88 break;
89 }
90 }
prepareOutput(bool $show_sub_objects=true)
New PermissionGUI (extends from old ilPermission2GUI) RBAC related output.
header include for all ilias files.

References ILIAS\Repository\access(), CMD_EDIT_SETTINGS, ILIAS\Repository\ctrl(), ILIAS\Repository\lng(), and ilObjectGUI\prepareOutput().

+ Here is the call graph for this function:

◆ getAdminTabs()

ilObjFileAccessSettingsGUI::getAdminTabs ( )

Get tabs.

@access public

Reimplemented from ilObjectGUI.

Definition at line 99 of file class.ilObjFileAccessSettingsGUI.php.

99 : void
100 {
101 if ($this->rbac_system->checkAccess("visible,read", $this->object->getRefId())) {
102 $this->tabs_gui->addTarget(
103 'file_objects',
104 $this->ctrl->getLinkTarget($this, self::CMD_EDIT_SETTINGS),
105 array(self::CMD_EDIT_SETTINGS, "view")
106 );
107 }
108 if ($this->rbac_system->checkAccess('edit_permission', $this->object->getRefId())) {
109 $this->tabs_gui->addTarget("perm_settings", $this->ctrl->getLinkTargetByClass('ilpermissiongui', "perm"), array(), 'ilpermissiongui');
110 }
111 }

References ILIAS\Repository\ctrl().

+ Here is the call graph for this function:

◆ initSettingsForm()

ilObjFileAccessSettingsGUI::initSettingsForm ( )
protected

Edit settings.

Definition at line 132 of file class.ilObjFileAccessSettingsGUI.php.

133 {
134 global $DIC;
135 $ilCtrl = $DIC['ilCtrl'];
136 $lng = $DIC['lng'];
137
138 $form = new ilPropertyFormGUI();
139 $form->setFormAction($ilCtrl->getFormAction($this));
140 $form->setTitle($lng->txt("settings"));
141
142 // Backwards compatibility with ILIAS 3.9: Use the name of the
143 // uploaded file as the filename for the downloaded file instead
144 // of the title of the file object.
145 $dl_prop = new ilCheckboxInputGUI($lng->txt("download_with_uploaded_filename"), "download_with_uploaded_filename");
146 $dl_prop->setValue('1');
147 // default value should reflect previous behaviour (-> 0)
148 $dl_prop->setChecked($this->object->isDownloadWithUploadedFilename() == 1);
149 $dl_prop->setInfo($lng->txt('download_with_uploaded_filename_info'));
150 $form->addItem($dl_prop);
151
152 // download limit
153 $lng->loadLanguageModule("bgtask");
154 $dl_prop = new ilNumberInputGUI($lng->txt("bgtask_setting_limit"), "bg_limit");
155 $dl_prop->setInfo($lng->txt("bgtask_setting_limit_info"));
156 $dl_prop->setRequired(true);
157 $dl_prop->setSize(10);
158 $dl_prop->setMinValue(1);
159 $dl_prop->setSuffix($lng->txt("lang_size_mb"));
160 $dl_prop->setValue($this->folderSettings->get("bgtask_download_limit", null));
161 $form->addItem($dl_prop);
162
163 // Inline file extensions
164 $tai_prop = new ilTextAreaInputGUI($lng->txt('inline_file_extensions'), 'inline_file_extensions');
165 $tai_prop->setValue($this->object->getInlineFileExtensions());
166 $tai_prop->setInfo($lng->txt('inline_file_extensions_info'));
167 $tai_prop->setCols(80);
168 $tai_prop->setRows(5);
169 $form->addItem($tai_prop);
170
171 // enable preview
172 $chk_prop = new ilCheckboxInputGUI($lng->txt("enable_preview"), "enable_preview");
173 $chk_prop->setValue('1');
174 $chk_prop->setChecked(ilPreviewSettings::isPreviewEnabled());
175 $chk_prop->setInfo($lng->txt('enable_preview_info'));
176 $form->addItem($chk_prop);
177
178 // max preview images
179 $num_prop = new ilNumberInputGUI($lng->txt("max_previews_per_object"), "max_previews_per_object");
180 $num_prop->setDecimals(0);
181 $num_prop->setMinValue(1);
182 $num_prop->setMinvalueShouldBeGreater(false);
183 $num_prop->setMaxValue(ilPreviewSettings::MAX_PREVIEWS_MAX);
184 $num_prop->setMaxvalueShouldBeLess(false);
185 $num_prop->setMaxLength(5);
186 $num_prop->setSize(10);
187 $num_prop->setValue(ilPreviewSettings::getMaximumPreviews());
188 $num_prop->setInfo($lng->txt('max_previews_per_object_info'));
189 $form->addItem($num_prop);
190
191 // command buttons
192 $form->addCommandButton('saveSettings', $lng->txt('save'));
193 $form->addCommandButton('view', $lng->txt('cancel'));
194
195 return $form;
196 }
This class represents a checkbox property in a property form.
loadLanguageModule(string $a_module)
Load language module.
txt(string $a_topic, string $a_default_lang_fallback_mod="")
gets the text for a given topic if the topic is not in the list, the topic itself with "-" will be re...
This class represents a number property in a property form.
ilLanguage $lng
static isPreviewEnabled()
Gets whether the preview functionality is enabled.
static getMaximumPreviews()
Gets the maximum number of preview pictures per object.
This class represents a property form user interface.
This class represents a text area property in a property form.

References $DIC, ilObjectGUI\$lng, ilPreviewSettings\getMaximumPreviews(), ilPreviewSettings\isPreviewEnabled(), ilLanguage\loadLanguageModule(), ilPreviewSettings\MAX_PREVIEWS_MAX, ILIAS\Repository\object(), and ilLanguage\txt().

Referenced by editSettings(), and saveSettings().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ saveSettings()

ilObjFileAccessSettingsGUI::saveSettings ( )

Save settings.

Definition at line 225 of file class.ilObjFileAccessSettingsGUI.php.

225 : void
226 {
227 global $DIC;
228 $rbacsystem = $DIC['rbacsystem'];
229
230 if (!$rbacsystem->checkAccess("write", $this->object->getRefId())) {
231 $this->tpl->setOnScreenMessage('failure', $DIC->language()->txt("no_permission"), true);
232 $DIC->ctrl()->redirect($this, self::CMD_EDIT_SETTINGS);
233 }
234
235 $form = $this->initSettingsForm();
236 if ($form->checkInput()) {
237 // TODO switch to new forms
238 $post = (array) $this->http->request()->getParsedBody();
239 $this->object->setDownloadWithUploadedFilename(
240 ilUtil::stripSlashes($post['download_with_uploaded_filename'] ?? '')
241 );
242 $this->object->setInlineFileExtensions(
243 ilUtil::stripSlashes($post['inline_file_extensions'] ?? '')
244 );
245 $this->object->update();
246 $this->folderSettings->set("bgtask_download_limit", (int) $post["bg_limit"]);
247 $enable_preview = (int) ($post["enable_preview"] ?? 0);
248 ilPreviewSettings::setPreviewEnabled($enable_preview === 1);
249 ilPreviewSettings::setMaximumPreviews($post["max_previews_per_object"]);
250
251 $this->tpl->setOnScreenMessage('success', $DIC->language()->txt('settings_saved'), true);
252 $DIC->ctrl()->redirect($this, self::CMD_EDIT_SETTINGS);
253 }
254
255 $form->setValuesByPost();
256 $this->editSettings($form);
257 }
editSettings(ilPropertyFormGUI $a_form=null)
Edit settings.
static setMaximumPreviews(int $a_value)
Sets the maximum number of preview pictures per object.
static setPreviewEnabled(bool $a_value)
Sets whether the preview functionality is enabled.
static stripSlashes(string $a_str, bool $a_strip_html=true, string $a_allow="")
$post
Definition: ltitoken.php:49

References $DIC, $post, editSettings(), ILIAS\FileDelivery\http(), initSettingsForm(), ILIAS\Repository\int(), ilPreviewSettings\setMaximumPreviews(), ilPreviewSettings\setPreviewEnabled(), and ilUtil\stripSlashes().

+ Here is the call graph for this function:

◆ setTitleAndDescription()

ilObjFileAccessSettingsGUI::setTitleAndDescription ( )
protected

called by prepare output

Reimplemented from ilObjectGUI.

Definition at line 306 of file class.ilObjFileAccessSettingsGUI.php.

306 : void
307 {
308 parent::setTitleAndDescription();
309 $this->tpl->setDescription($this->object->getDescription());
310 }

References ILIAS\Repository\object().

+ Here is the call graph for this function:

◆ showPreviewRenderers()

ilObjFileAccessSettingsGUI::showPreviewRenderers ( )
protected

Definition at line 260 of file class.ilObjFileAccessSettingsGUI.php.

260 : void
261 {
262 global $DIC;
263 $rbacsystem = $DIC['rbacsystem'];
264 $ilErr = $DIC['ilErr'];
265 $tpl = $DIC['tpl'];
266 $lng = $DIC['lng'];
267
268 $this->tabs_gui->setTabActive('file_objects');
269 $this->addFileObjectsSubTabs();
270 $this->tabs_gui->setSubTabActive('preview_renderers');
271
272 if (!$rbacsystem->checkAccess("visible,read", $this->object->getRefId())) {
273 $ilErr->raiseError($lng->txt("no_permission"), $ilErr->WARNING);
274 }
275
276 // set warning if ghostscript not installed
278 $this->tpl->setOnScreenMessage('info', $lng->txt("ghostscript_not_configured"));
279 }
280
282 $renderers = $factory->getRenderers();
283 $array_wrapper = array_map(function (ilFilePreviewRenderer $renderer): array {
284 return [
285 'name' => $renderer->getName(),
286 'is_plugin' => $renderer->isPlugin(),
287 'supported_repo_types' => $renderer->getSupportedRepositoryTypes(),
288 'supported_file_formats' => $renderer->getSupportedFileFormats(),
289 'object' => $renderer
290 ];
291 }, $renderers);
292
293
294 $table = new ilRendererTableGUI($this, self::CMD_SHOW_PREVIEW_RENDERERS);
295 $table->setMaxCount(count($renderers));
296 $table->setData($array_wrapper);
297
298 // set content
299 $tpl->setContent($table->getHTML());
300 }
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
getSupportedRepositoryTypes()
Gets an array containing the repository types (e.g.
getSupportedFileFormats()
Gets an array containing the file formats that are supported by the renderer.
static isGhostscriptInstalled()
Determines whether Ghostscript is installed.
ilGlobalTemplateInterface $tpl
getName()
Gets the name of the renderer.
isPlugin()
Determines whether the renderer is a plugin or a built in one.
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
setContent(string $a_html)
Sets content for standard template.
$factory
Definition: metadata.php:75

References $DIC, $factory, $ilErr, ilObjectGUI\$lng, ilObjectGUI\$tpl, addFileObjectsSubTabs(), ilPreviewRenderer\getName(), ilFilePreviewRenderer\getSupportedFileFormats(), ilFilePreviewRenderer\getSupportedRepositoryTypes(), ilGhostscriptRenderer\isGhostscriptInstalled(), ilPreviewRenderer\isPlugin(), ilGlobalTemplateInterface\setContent(), and ilLanguage\txt().

+ Here is the call graph for this function:

Field Documentation

◆ $folderSettings

ilSetting ilObjFileAccessSettingsGUI::$folderSettings
protected

Definition at line 36 of file class.ilObjFileAccessSettingsGUI.php.

◆ $http

Services ilObjFileAccessSettingsGUI::$http
protected

Definition at line 37 of file class.ilObjFileAccessSettingsGUI.php.

◆ CMD_EDIT_SETTINGS

const ilObjFileAccessSettingsGUI::CMD_EDIT_SETTINGS = 'editSettings'

Definition at line 33 of file class.ilObjFileAccessSettingsGUI.php.

Referenced by executeCommand().

◆ CMD_SHOW_PREVIEW_RENDERERS

const ilObjFileAccessSettingsGUI::CMD_SHOW_PREVIEW_RENDERERS = 'showPreviewRenderers'

Definition at line 34 of file class.ilObjFileAccessSettingsGUI.php.


The documentation for this class was generated from the following file: