ILIAS  trunk Revision v11.0_alpha-2638-g80c1d007f79
ilObjSystemFolderGUI Class Reference

Class ilObjSystemFolderGUI. More...

+ Inheritance diagram for ilObjSystemFolderGUI:
+ Collaboration diagram for ilObjSystemFolderGUI:

Public Member Functions

 __construct ($a_data, $a_id, $a_call_by_reference)
 Constructor public. More...
 
 executeCommand ()
 
 viewObject ()
 show admin subpanels and basic settings form More...
 
 setSystemCheckSubTabs ($a_activate)
 Set sub tabs for general settings. More...
 
 cancelObject ()
 
 benchmarkObject ()
 Benchmark settings. More...
 
 showDbBenchChronologicalObject ()
 Show db benchmark results. More...
 
 showDbBenchSlowestFirstObject ()
 Show db benchmark results. More...
 
 showDbBenchSortedBySqlObject ()
 Show db benchmark results. More...
 
 showDbBenchByFirstTableObject ()
 Show db benchmark results. More...
 
 showDbBenchResults ($a_mode)
 Show Db Benchmark Results. More...
 
 benchmarkSubTabs ($a_current)
 Benchmark sub tabs. More...
 
 saveBenchSettingsObject ()
 Save benchmark settings. More...
 
 switchBenchModuleObject ()
 save benchmark settings More...
 
 clearBenchObject ()
 delete all benchmark records More...
 
 getAdminTabs ()
 
 showPHPInfoObject ()
 Show PHP Information. More...
 
 setServerInfoSubTabs ($a_activate)
 Set sub tabs for server info. More...
 
 initServerInfoForm ()
 Init server info form. More...
 
 setGeneralSettingsSubTabs ($a_activate)
 Set sub tabs for general settings. More...
 
 showBasicSettingsObject ()
 Show basic settings. More...
 
 saveBasicSettingsObject ()
 Save basic settings form. More...
 
 showHeaderTitleObject ( $a_get_post_values=false, bool $add_entry=false)
 Show header title. More...
 
 saveHeaderTitlesObject (bool $delete=false)
 Save header titles. More...
 
 addHeaderTitleObject ()
 Add a header title. More...
 
 deleteHeaderTitlesObject ()
 Remove header titles. More...
 
 jumpToCronJobsObject ()
 
 showContactInformationObject ()
 Show contact information. More...
 
 initContactInformationForm ()
 Init contact information form. More...
 
 saveContactInformationObject ()
 Save contact information form. More...
 
 showJavaServerObject ()
 Show Java Server Settings. More...
 
 createJavaServerIniObject ()
 Create a server ini file. More...
 
 initJavaServerForm ()
 Init java server form. More...
 
 saveJavaServerObject ()
 Save java server form. More...
 
- Public Member Functions inherited from ilObjectGUI
 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] does belong to the parent 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...
 
 cancelObject ()
 cancel action and go back to previous page More...
 
 createObject ()
 create new object form More...
 
 editAvailabilityPeriodObject ()
 
 saveAvailabilityPeriodObject ()
 
 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)
 
 addToDeskObject ()
 
 removeFromDeskObject ()
 
- Public Member Functions inherited from ILIAS\Object\ImplementsCreationCallback
 callCreationCallback (\ilObject $object, \ilObjectDefinition $obj_definition, int $requested_crtcb)
 

Static Public Member Functions

static _goto ()
 goto target group More...
 
- 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)
 

Data Fields

string $type
 
- Data Fields inherited from ilObjectGUI
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
 
const SUPPORTED_IMPORT_MIME_TYPES = [MimeType::APPLICATION__ZIP, MimeType::APPLICATION__X_ZIP_COMPRESSED]
 

Protected Member Functions

 showServerInstallationStatusObject ()
 
 renderServerStatus ()
 
 getServerStatusInfo ()
 
 showVcsInformationObject ()
 
- Protected Member Functions inherited from ilObjectGUI
 getObjectService ()
 
 assignObject ()
 
 setTitleAndDescription ()
 
 createActionDispatcherGUI ()
 
 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...
 
 getCreationFormsHTML (StandardForm|ilPropertyFormGUI|array $form)
 
 getTitleForCreationFormPage ()
 
 getCreationFormTitle ()
 
 initCreateForm (string $new_type)
 
 didacticTemplatesToForm ()
 
 initDidacticTemplate (ilPropertyFormGUI $form)
 
 retrieveAdditionalDidacticTemplateOptions ()
 
 addAdoptContentLinkToToolbar ()
 
 addImportButtonToToolbar ()
 
 addAvailabilityPeriodButtonToToolbar (ilToolbarGUI $toolbar)
 
 parseDidacticTemplateVar (string $var, string $type)
 
 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...
 
 routeImportCmdObject ()
 
 importFile (string $file_to_import, string $path_to_uploaded_file_in_temp_dir)
 
 deleteUploadedImportFile (string $path_to_uploaded_file_in_temp_dir)
 
 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 ()
 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...
 
 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...
 
 getCreatableObjectTypes ()
 
 buildAddNewItemElements (array $subtypes, string $create_target_class=ilRepositoryGUI::class, ?int $redirect_target_ref_id=null,)
 
 buildGroup (string $create_target_class, array $obj_types_in_group, string $title, array $subtypes)
 

Protected Attributes

Pimple Container $dic
 
ILIAS Repository InternalGUIService $gui
 
ilPropertyFormGUI $form
 
ILIAS Style Content Object ObjectFacade $content_style_domain
 
ilTabsGUI $tabs
 
ilRbacSystem $rbacsystem
 
ilObjectDefinition $obj_definition
 
ilErrorHandling $error
 
ilDBInterface $db
 
ilStyleDefinition $style_definition
 
ilHelpGUI $help
 
ilIniFile $client_ini
 
ilBenchmark $bench
 
ILIAS HTTP Wrapper WrapperFactory $wrapper
 
ILIAS Refinery Factory $refinery
 
- Protected Attributes inherited from ilObjectGUI
ILIAS Notes Service $notes_service
 
GlobalHttpState $http
 
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
 
Refinery $refinery
 
ilFavouritesManager $favourites
 
CustomIconFactory $custom_icon_factory
 
UIFactory $ui_factory
 
UIRenderer $ui_renderer
 
Filesystem $temp_file_system
 
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 = ""
 

Detailed Description

Constructor & Destructor Documentation

◆ __construct()

ilObjSystemFolderGUI::__construct (   $a_data,
  $a_id,
  $a_call_by_reference 
)

Constructor public.

Definition at line 56 of file class.ilObjSystemFolderGUI.php.

References $DIC, ILIAS\GlobalScreen\Provider\__construct(), ILIAS\Repository\access(), ILIAS\Repository\ctrl(), ILIAS\Repository\help(), ILIAS\Repository\lng(), ILIAS\Repository\object(), ILIAS\Repository\refinery(), ILIAS\Repository\settings(), ILIAS\Repository\tabs(), ILIAS\Repository\toolbar(), and ILIAS\Repository\user().

57  {
58  global $DIC;
59 
60  $this->dic = $DIC;
61  $this->tabs = $DIC->tabs();
62  $this->access = $DIC->access();
63  $this->ctrl = $DIC->ctrl();
64  $this->rbacsystem = $DIC->rbac()->system();
65  $this->user = $DIC->user();
66  $this->obj_definition = $DIC["objDefinition"];
67  $this->settings = $DIC->settings();
68  $this->error = $DIC["ilErr"];
69  $this->db = $DIC->database();
70  $this->style_definition = $DIC["styleDefinition"];
71  $this->lng = $DIC->language();
72  $this->tpl = $DIC["tpl"];
73  $this->help = $DIC["ilHelp"];
74  $this->toolbar = $DIC->toolbar();
75  $this->client_ini = $DIC["ilClientIniFile"];
76  $this->type = "adm";
77  $this->bench = $DIC["ilBench"];
78  $this->wrapper = $DIC->http()->wrapper();
79  $this->refinery = $DIC->refinery();
80  parent::__construct($a_data, $a_id, $a_call_by_reference, false);
81 
82  $this->lng->loadLanguageModule("administration");
83  $this->lng->loadLanguageModule("adm");
84  $this->content_style_domain = $DIC->contentStyle()
85  ->domain()
86  ->styleForRefId($this->object->getRefId());
87  $this->gui = $DIC->repository()->internal()->gui();
88  }
global $DIC
Definition: shib_login.php:26
__construct(Container $dic, ilPlugin $plugin)
+ Here is the call graph for this function:

Member Function Documentation

◆ _goto()

static ilObjSystemFolderGUI::_goto ( )
static

goto target group

Definition at line 1234 of file class.ilObjSystemFolderGUI.php.

References $DIC, $ilErr, ilObjectGUI\$lng, ilObjectGUI\_gotoRepositoryRoot(), ilObject\_lookupObjId(), ilObject\_lookupTitle(), exit, ilUtil\redirect(), ROOT_FOLDER_ID, SYSTEM_FOLDER_ID, and ilLanguage\txt().

1234  : void
1235  {
1236  global $DIC;
1237  $main_tpl = $DIC->ui()->mainTemplate();
1238 
1239  $ilAccess = $DIC->access();
1240  $ilErr = $DIC["ilErr"];
1241  $lng = $DIC->language();
1242 
1243  $a_target = SYSTEM_FOLDER_ID;
1244 
1245  if ($ilAccess->checkAccess("read", "", $a_target)) {
1246  ilUtil::redirect("ilias.php?baseClass=ilAdministrationGUI");
1247  exit;
1248  } else {
1249  if ($ilAccess->checkAccess("read", "", ROOT_FOLDER_ID)) {
1250  $main_tpl->setOnScreenMessage('failure', sprintf(
1251  $lng->txt("msg_no_perm_read_item"),
1253  ), true);
1255  }
1256  }
1257  $ilErr->raiseError($lng->txt("msg_no_perm_read"), $ilErr->FATAL);
1258  }
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...
const ROOT_FOLDER_ID
Definition: constants.php:32
const SYSTEM_FOLDER_ID
Definition: constants.php:35
$ilErr
Definition: raiseError.php:33
static _lookupObjId(int $ref_id)
ilLanguage $lng
static _lookupTitle(int $obj_id)
global $DIC
Definition: shib_login.php:26
exit
static redirect(string $a_script)
static _gotoRepositoryRoot(bool $raise_error=false)
Goto repository root.
+ Here is the call graph for this function:

◆ addHeaderTitleObject()

ilObjSystemFolderGUI::addHeaderTitleObject ( )

Add a header title.

Definition at line 915 of file class.ilObjSystemFolderGUI.php.

References showHeaderTitleObject().

915  : void
916  {
917  $k = 1;
918  $this->showHeaderTitleObject(true, true);
919  }
showHeaderTitleObject( $a_get_post_values=false, bool $add_entry=false)
Show header title.
+ Here is the call graph for this function:

◆ benchmarkObject()

ilObjSystemFolderGUI::benchmarkObject ( )

Benchmark settings.

Definition at line 173 of file class.ilObjSystemFolderGUI.php.

References $user_id, ilObjUser\_lookupLogin(), benchmarkSubTabs(), ILIAS\Repository\ctrl(), ilBenchmark\DB_BENCH_USER, ilBenchmark\ENABLE_DB_BENCH, ILIAS\Repository\form(), ILIAS\Repository\lng(), null, ILIAS\Repository\object(), and ILIAS\Repository\settings().

173  : void
174  {
175  if (!$this->rbacsystem->checkAccess("visible,read", $this->object->getRefId())) {
176  $this->error->raiseError($this->lng->txt("permission_denied"), $this->error->MESSAGE);
177  }
178 
179  $write_access = $this->rbacsystem->checkAccess("write", $this->object->getRefId());
180 
181  $this->benchmarkSubTabs("settings");
182 
183  $this->form = new ilPropertyFormGUI();
184 
185  // Activate DB Benchmark
186  $cb = new ilCheckboxInputGUI($this->lng->txt("adm_activate_db_benchmark"), ilBenchmark::ENABLE_DB_BENCH);
187  $cb->setChecked((bool) $this->settings->get(ilBenchmark::ENABLE_DB_BENCH));
188  $cb->setInfo($this->lng->txt("adm_activate_db_benchmark_desc"));
189  $cb->setDisabled(!$write_access);
190  $this->form->addItem($cb);
191 
192  // DB Benchmark User
193  $ti = new ilTextInputGUI($this->lng->txt("adm_db_benchmark_user"), ilBenchmark::DB_BENCH_USER);
194  $user_id = ($this->settings->get(ilBenchmark::DB_BENCH_USER)) ?? null;
195  if ($user_id !== null && ilObjUser::_lookupLogin((int) $user_id) !== '') {
196  $ti->setValue(ilObjUser::_lookupLogin($user_id));
197  } else {
198  $ti->setValue('');
199  }
200  $ti->setInfo($this->lng->txt("adm_db_benchmark_user_desc"));
201  $ti->setDisabled(!$write_access);
202  $this->form->addItem($ti);
203 
204  if ($write_access) {
205  $this->form->addCommandButton("saveBenchSettings", $this->lng->txt("save"));
206  }
207 
208  $this->form->setTitle($this->lng->txt("adm_db_benchmark"));
209  $this->form->setFormAction($this->ctrl->getFormAction($this));
210 
211  $this->tpl->setContent($this->form->getHTML());
212  }
benchmarkSubTabs($a_current)
Benchmark sub tabs.
while($session_entry=$r->fetchRow(ilDBConstants::FETCHMODE_ASSOC)) return null
form( $class_path, string $cmd, string $submit_caption="")
static _lookupLogin(int $a_user_id)
+ Here is the call graph for this function:

◆ benchmarkSubTabs()

ilObjSystemFolderGUI::benchmarkSubTabs (   $a_current)

Benchmark sub tabs.

Parameters

Definition at line 272 of file class.ilObjSystemFolderGUI.php.

References $bench, ilObjectGUI\$ctrl, ilObjectGUI\$lng, $tabs, ilBenchmark\getDbBenchRecords(), and ilLanguage\txt().

Referenced by benchmarkObject(), showDbBenchByFirstTableObject(), showDbBenchChronologicalObject(), showDbBenchSlowestFirstObject(), and showDbBenchSortedBySqlObject().

272  : void
273  {
274  $ilTabs = $this->tabs;
275  $lng = $this->lng;
276  $ilCtrl = $this->ctrl;
277 
278  $ilBench = $this->bench;
279  $ilTabs->activateTab("benchmarks"); // #18083
280 
281  $ilTabs->addSubtab(
282  "settings",
283  $lng->txt("settings"),
284  $ilCtrl->getLinkTarget($this, "benchmark")
285  );
286 
287  $rec = $ilBench->getDbBenchRecords();
288  if ($rec !== []) {
289  $ilTabs->addSubtab(
290  "chronological",
291  $lng->txt("adm_db_bench_chronological"),
292  $ilCtrl->getLinkTarget($this, "showDbBenchChronological")
293  );
294  $ilTabs->addSubtab(
295  "slowest_first",
296  $lng->txt("adm_db_bench_slowest_first"),
297  $ilCtrl->getLinkTarget($this, "showDbBenchSlowestFirst")
298  );
299  $ilTabs->addSubtab(
300  "sorted_by_sql",
301  $lng->txt("adm_db_bench_sorted_by_sql"),
302  $ilCtrl->getLinkTarget($this, "showDbBenchSortedBySql")
303  );
304  $ilTabs->addSubtab(
305  "by_first_table",
306  $lng->txt("adm_db_bench_by_first_table"),
307  $ilCtrl->getLinkTarget($this, "showDbBenchByFirstTable")
308  );
309  }
310 
311  $ilTabs->activateSubTab($a_current);
312  }
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...
ilLanguage $lng
+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ cancelObject()

ilObjSystemFolderGUI::cancelObject ( )

Definition at line 164 of file class.ilObjSystemFolderGUI.php.

References ILIAS\Repository\ctrl().

164  : void
165  {
166  $this->ctrl->redirect($this, "view");
167  }
+ Here is the call graph for this function:

◆ clearBenchObject()

ilObjSystemFolderGUI::clearBenchObject ( )

delete all benchmark records

Definition at line 356 of file class.ilObjSystemFolderGUI.php.

References $bench, ilBenchmark\clearData(), and saveBenchSettingsObject().

356  : void
357  {
358  $ilBench = $this->bench;
359  $ilBench->clearData();
360  $this->saveBenchSettingsObject();
361  }
clearData()
delete all measurement data
saveBenchSettingsObject()
Save benchmark settings.
+ Here is the call graph for this function:

◆ createJavaServerIniObject()

ilObjSystemFolderGUI::createJavaServerIniObject ( )

Create a server ini file.

Returns

Definition at line 1164 of file class.ilObjSystemFolderGUI.php.

References ILIAS\Repository\form(), and setGeneralSettingsSubTabs().

1164  : void
1165  {
1166  $this->setGeneralSettingsSubTabs('java_server');
1167  $this->tpl->setContent($this->form->getHTML());
1168  }
form( $class_path, string $cmd, string $submit_caption="")
setGeneralSettingsSubTabs($a_activate)
Set sub tabs for general settings.
+ Here is the call graph for this function:

◆ deleteHeaderTitlesObject()

ilObjSystemFolderGUI::deleteHeaderTitlesObject ( )

Remove header titles.

Definition at line 924 of file class.ilObjSystemFolderGUI.php.

References ilObjectGUI\$ctrl, ilObjectGUI\$lng, and saveHeaderTitlesObject().

924  : void
925  {
926  $ilCtrl = $this->ctrl;
927  $lng = $this->lng;
928  $this->saveHeaderTitlesObject(true);
929  }
ilLanguage $lng
saveHeaderTitlesObject(bool $delete=false)
Save header titles.
+ Here is the call graph for this function:

◆ executeCommand()

ilObjSystemFolderGUI::executeCommand ( )

Definition at line 90 of file class.ilObjSystemFolderGUI.php.

References $tabs, ILIAS\Repository\ctrl(), ilObjectGUI\prepareOutput(), and setSystemCheckSubTabs().

90  : void
91  {
92  $ilTabs = $this->tabs;
93 
94  $next_class = $this->ctrl->getNextClass($this);
95  $this->prepareOutput();
96 
97  switch ($next_class) {
98  case 'ilpermissiongui':
99  $perm_gui = new ilPermissionGUI($this);
100  $this->ctrl->forwardCommand($perm_gui);
101  break;
102 
103  case "ilobjectownershipmanagementgui":
104  $this->setSystemCheckSubTabs("no_owner");
105  $gui = $this->gui->ownership()->ownershipManagementGUI(0);
106  $this->ctrl->forwardCommand($gui);
107  break;
108 
109  case "ilcronmanagergui":
110  $ilTabs->activateTab("cron_jobs");
111  $gui = new ilCronManagerGUI();
112  $this->ctrl->forwardCommand($gui);
113  break;
114 
115  default:
116  $cmd = $this->ctrl->getCmd("view");
117 
118  $cmd .= "Object";
119  $this->$cmd();
120 
121  break;
122  }
123  }
prepareOutput(bool $show_sub_objects=true)
ILIAS Repository InternalGUIService $gui
setSystemCheckSubTabs($a_activate)
Set sub tabs for general settings.
ilCronManagerGUI: ilPropertyFormGUI ilCronManagerGUI: ilAdministrationGUI
+ Here is the call graph for this function:

◆ getAdminTabs()

ilObjSystemFolderGUI::getAdminTabs ( )

Definition at line 364 of file class.ilObjSystemFolderGUI.php.

References $help, $rbacsystem, ilRbacSystem\checkAccess(), ILIAS\Repository\ctrl(), and ILIAS\Repository\object().

364  : void
365  {
367  $ilHelp = $this->help;
368 
369  // $ilHelp->setScreenIdComponent($this->object->getType());
370 
371  $this->ctrl->setParameter($this, "ref_id", $this->object->getRefId());
372 
373  // general settings
374  if ($rbacsystem->checkAccess("read", $this->object->getRefId())) {
375  $this->tabs_gui->addTarget(
376  "general_settings",
377  $this->ctrl->getLinkTarget($this, "showBasicSettings"),
378  ["showBasicSettings", "saveBasicSettings"],
379  get_class($this)
380  );
381  }
382 
383  // server info
384  if ($rbacsystem->checkAccess("visible,read", $this->object->getRefId())) {
385  $this->tabs_gui->addTarget(
386  "server",
387  $this->ctrl->getLinkTarget($this, "showServerInfo"),
388  ["showServerInfo", "view"],
389  get_class($this)
390  );
391  }
392 
393  if ($rbacsystem->checkAccess('visible,read', $this->object->getRefId())) {
394  $this->tabs_gui->addTarget(
395  'cron_jobs',
396  $this->ctrl->getLinkTargetByClass('ilCronManagerGUI', ''),
397  '',
398  get_class($this)
399  );
400 
401  $this->tabs_gui->addTarget(
402  'benchmarks',
403  $this->ctrl->getLinkTarget($this, 'benchmark'),
404  'benchmark',
405  get_class($this)
406  );
407  }
408 
409  if ($rbacsystem->checkAccess('edit_permission', $this->object->getRefId())) {
410  $this->tabs_gui->addTarget(
411  "perm_settings",
412  $this->ctrl->getLinkTargetByClass(array(get_class($this),'ilpermissiongui'), "perm"),
413  array("perm","info","owner"),
414  'ilpermissiongui'
415  );
416  }
417  }
checkAccess(string $a_operations, int $a_ref_id, string $a_type="")
checkAccess represents the main method of the RBAC-system in ILIAS3 developers want to use With this ...
+ Here is the call graph for this function:

◆ getServerStatusInfo()

ilObjSystemFolderGUI::getServerStatusInfo ( )
protected

Definition at line 619 of file class.ilObjSystemFolderGUI.php.

Referenced by renderServerStatus().

620  {
621  $agent_finder = $this->dic['setup.agentfinder'];
622  $st = new StatusCommand($agent_finder);
623  return $st->getMetrics($agent_finder->getAgents());
624  }
Command to output status information about the installation.
+ Here is the caller graph for this function:

◆ initContactInformationForm()

ilObjSystemFolderGUI::initContactInformationForm ( )

Init contact information form.

Definition at line 981 of file class.ilObjSystemFolderGUI.php.

References $ilSetting, ilObjectGUI\$lng, ilObjectGUI\$settings, ILIAS\Repository\ctrl(), ILIAS\Repository\form(), ilAccessibilitySupportContacts\getList(), ilSystemSupportContacts\getList(), ILIAS\Repository\lng(), ilEMailInputGUI\setMaxLength(), and ilLanguage\txt().

Referenced by saveContactInformationObject(), and showContactInformationObject().

981  : void
982  {
983  $lng = $this->lng;
985 
986  $this->form = new ilPropertyFormGUI();
987 
988  // first name
989  $ti = new ilTextInputGUI($this->lng->txt("firstname"), "admin_firstname");
990  $ti->setMaxLength(64);
991  $ti->setSize(40);
992  $ti->setRequired(true);
993  $ti->setValue($ilSetting->get("admin_firstname"));
994  $this->form->addItem($ti);
995 
996  // last name
997  $ti = new ilTextInputGUI($this->lng->txt("lastname"), "admin_lastname");
998  $ti->setMaxLength(64);
999  $ti->setSize(40);
1000  $ti->setRequired(true);
1001  $ti->setValue($ilSetting->get("admin_lastname"));
1002  $this->form->addItem($ti);
1003 
1004  // title
1005  $ti = new ilTextInputGUI($this->lng->txt("title"), "admin_title");
1006  $ti->setMaxLength(64);
1007  $ti->setSize(40);
1008  $ti->setValue($ilSetting->get("admin_title"));
1009  $this->form->addItem($ti);
1010 
1011  // position
1012  $ti = new ilTextInputGUI($this->lng->txt("position"), "admin_position");
1013  $ti->setMaxLength(64);
1014  $ti->setSize(40);
1015  $ti->setValue($ilSetting->get("admin_position"));
1016  $this->form->addItem($ti);
1017 
1018  // institution
1019  $ti = new ilTextInputGUI($this->lng->txt("institution"), "admin_institution");
1020  $ti->setMaxLength(200);
1021  $ti->setSize(40);
1022  $ti->setValue($ilSetting->get("admin_institution"));
1023  $this->form->addItem($ti);
1024 
1025  // street
1026  $ti = new ilTextInputGUI($this->lng->txt("street"), "admin_street");
1027  $ti->setMaxLength(64);
1028  $ti->setSize(40);
1029  //$ti->setRequired(true);
1030  $ti->setValue($ilSetting->get("admin_street"));
1031  $this->form->addItem($ti);
1032 
1033  // zip code
1034  $ti = new ilTextInputGUI($this->lng->txt("zipcode"), "admin_zipcode");
1035  $ti->setMaxLength(10);
1036  $ti->setSize(5);
1037  //$ti->setRequired(true);
1038  $ti->setValue($ilSetting->get("admin_zipcode"));
1039  $this->form->addItem($ti);
1040 
1041  // city
1042  $ti = new ilTextInputGUI($this->lng->txt("city"), "admin_city");
1043  $ti->setMaxLength(64);
1044  $ti->setSize(40);
1045  //$ti->setRequired(true);
1046  $ti->setValue($ilSetting->get("admin_city"));
1047  $this->form->addItem($ti);
1048 
1049  // country
1050  $ti = new ilTextInputGUI($this->lng->txt("country"), "admin_country");
1051  $ti->setMaxLength(64);
1052  $ti->setSize(40);
1053  //$ti->setRequired(true);
1054  $ti->setValue($ilSetting->get("admin_country"));
1055  $this->form->addItem($ti);
1056 
1057  // phone
1058  $ti = new ilTextInputGUI($this->lng->txt("phone"), "admin_phone");
1059  $ti->setMaxLength(64);
1060  $ti->setSize(40);
1061  //$ti->setRequired(true);
1062  $ti->setValue($ilSetting->get("admin_phone"));
1063  $this->form->addItem($ti);
1064 
1065  // email
1066  $ti = new ilEMailInputGUI($this->lng->txt("email"), "admin_email");
1067  $ti->setMaxLength(64);
1068  $ti->setSize(40);
1069  $ti->setRequired(true);
1070  $ti->allowRFC822(true);
1071  $ti->setValue($ilSetting->get("admin_email"));
1072  $this->form->addItem($ti);
1073 
1074  // System support contacts
1075  $ti = new ilTextInputGUI($this->lng->txt("adm_support_contacts"), "adm_support_contacts");
1076  $ti->setMaxLength(500);
1077  $ti->setValue(ilSystemSupportContacts::getList());
1078  //$ti->setSize();
1079  $ti->setInfo($this->lng->txt("adm_support_contacts_info"));
1080  $this->form->addItem($ti);
1081 
1082  // Accessibility support contacts
1083  $ti = new ilTextInputGUI($this->lng->txt("adm_accessibility_contacts"), "accessibility_support_contacts");
1084  $ti->setMaxLength(500);
1085  $ti->setValue(ilAccessibilitySupportContacts::getList());
1086  //$ti->setSize();
1087  $ti->setInfo($this->lng->txt("adm_accessibility_contacts_info"));
1088  $this->form->addItem($ti);
1089 
1090  $this->form->addCommandButton("saveContactInformation", $lng->txt("save"));
1091 
1092  $this->form->setTitle($lng->txt("contact_data"));
1093  $this->form->setFormAction($this->ctrl->getFormAction($this));
1094  }
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...
setMaxLength(int $max_length)
This class represents a email property in a property form.
ilLanguage $lng
form( $class_path, string $cmd, string $submit_caption="")
global $ilSetting
Definition: privfeed.php:31
ilSetting $settings
+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ initJavaServerForm()

ilObjSystemFolderGUI::initJavaServerForm ( )

Init java server form.

Definition at line 1173 of file class.ilObjSystemFolderGUI.php.

References $ilSetting, ilObjectGUI\$lng, ilObjectGUI\$settings, ILIAS\Repository\ctrl(), ILIAS\Repository\form(), ILIAS\Repository\lng(), and ilLanguage\txt().

Referenced by saveJavaServerObject(), and showJavaServerObject().

1173  : void
1174  {
1175  $lng = $this->lng;
1177 
1178  $this->form = new ilPropertyFormGUI();
1179  $this->form->setFormAction($this->ctrl->getFormAction($this, 'saveJavaServer'));
1180 
1181  // pdf fonts
1182  $pdf = new ilFormSectionHeaderGUI();
1183  $pdf->setTitle($this->lng->txt('rpc_pdf_generation'));
1184  $this->form->addItem($pdf);
1185 
1186  $pdf_font = new ilTextInputGUI($this->lng->txt('rpc_pdf_font'), 'rpc_pdf_font');
1187  $pdf_font->setInfo($this->lng->txt('rpc_pdf_font_info'));
1188  $pdf_font->setSize(64);
1189  $pdf_font->setMaxLength(1024);
1190  $pdf_font->setRequired(true);
1191  $pdf_font->setValue(
1192  $ilSetting->get('rpc_pdf_font', 'Helvetica, unifont')
1193  );
1194  $this->form->addItem($pdf_font);
1195 
1196  // save and cancel commands
1197  $this->form->addCommandButton("saveJavaServer", $lng->txt("save"));
1198  }
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...
ilLanguage $lng
form( $class_path, string $cmd, string $submit_caption="")
global $ilSetting
Definition: privfeed.php:31
ilSetting $settings
+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ initServerInfoForm()

ilObjSystemFolderGUI::initServerInfoForm ( )

Init server info form.

Parameters
int$a_modeEdit Mode

Definition at line 503 of file class.ilObjSystemFolderGUI.php.

References $_SERVER, $client_ini, $ilSetting, ilObjectGUI\$lng, ilObjectGUI\$settings, CLIENT_ID, ILIAS\Repository\ctrl(), ILIAS\Repository\form(), ILIAS_VERSION, ILIAS\Repository\lng(), and ilLanguage\txt().

Referenced by setServerInfoSubTabs().

503  : void
504  {
505  $lng = $this->lng;
506  $ilClientIniFile = $this->client_ini;
508 
509  $this->form = new ilPropertyFormGUI();
510 
511  // installation name
512  $ne = new ilNonEditableValueGUI($lng->txt("inst_name"), "");
513  $ne->setValue($ilClientIniFile->readVariable("client", "name"));
514  $ne->setInfo($ilClientIniFile->readVariable("client", "description"));
515  $this->form->addItem($ne);
516 
517  // client id
518  $ne = new ilNonEditableValueGUI($lng->txt("client_id"), "");
519  $ne->setValue(CLIENT_ID);
520  $this->form->addItem($ne);
521 
522  // installation id
523  $ne = new ilNonEditableValueGUI($lng->txt("inst_id"), "");
524  $ne->setValue($ilSetting->get("inst_id"));
525  $this->form->addItem($ne);
526 
527  // database version
528  $ne = new ilNonEditableValueGUI($lng->txt("db_version"), "");
529  $ne->setValue($ilSetting->get("db_version"));
530 
531  $this->form->addItem($ne);
532 
533  // ilias version
534  $ne = new ilNonEditableValueGUI($lng->txt("ilias_version"), "");
535  $ne->setValue(ILIAS_VERSION);
536  $this->form->addItem($ne);
537 
538  // host
539  $ne = new ilNonEditableValueGUI($lng->txt("host"), "");
540  $ne->setValue($_SERVER["SERVER_NAME"]);
541  $this->form->addItem($ne);
542 
543  // ip & port
544  $ne = new ilNonEditableValueGUI($lng->txt("ip_address") . " & " . $this->lng->txt("port"), "");
545  $ne->setValue($_SERVER["SERVER_ADDR"] . ":" . $_SERVER["SERVER_PORT"]);
546  $this->form->addItem($ne);
547 
548  // server
549  $ne = new ilNonEditableValueGUI($lng->txt("server_software"), "");
550  $ne->setValue($_SERVER["SERVER_SOFTWARE"]);
551  $this->form->addItem($ne);
552 
553  // http path
554  $ne = new ilNonEditableValueGUI($lng->txt("http_path"), "");
555  $ne->setValue(ILIAS_HTTP_PATH);
556  $this->form->addItem($ne);
557 
558  // absolute path
559  $ne = new ilNonEditableValueGUI($lng->txt("absolute_path"), "");
560  $ne->setValue(ILIAS_ABSOLUTE_PATH);
561  $this->form->addItem($ne);
562 
563  $not_set = $lng->txt("path_not_set");
564 
565  // convert
566  $ne = new ilNonEditableValueGUI($lng->txt("path_to_convert"), "");
567  $ne->setValue(PATH_TO_CONVERT ?: $not_set);
568  $this->form->addItem($ne);
569 
570  // zip
571  $ne = new ilNonEditableValueGUI($lng->txt("path_to_zip"), "");
572  $ne->setValue(PATH_TO_ZIP ?: $not_set);
573  $this->form->addItem($ne);
574 
575  // unzip
576  $ne = new ilNonEditableValueGUI($lng->txt("path_to_unzip"), "");
577  $ne->setValue(PATH_TO_UNZIP ?: $not_set);
578  $this->form->addItem($ne);
579 
580  // java
581  $ne = new ilNonEditableValueGUI($lng->txt("path_to_java"), "");
582  $ne->setValue(PATH_TO_JAVA ?: $not_set);
583  $this->form->addItem($ne);
584 
585  // mkisofs
586  $ne = new ilNonEditableValueGUI($lng->txt("path_to_mkisofs"), "");
587  $ne->setValue(PATH_TO_MKISOFS ?: $not_set);
588  $this->form->addItem($ne);
589 
590  // latex
591  $ne = new ilNonEditableValueGUI($lng->txt("url_to_latex"), "");
592  $ne->setValue(URL_TO_LATEX ?: $not_set);
593  $this->form->addItem($ne);
594 
595 
596  $this->form->setTitle($lng->txt("server_data"));
597  $this->form->setFormAction($this->ctrl->getFormAction($this));
598  }
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...
const ILIAS_VERSION
ilLanguage $lng
$_SERVER['HTTP_HOST']
Definition: raiseError.php:26
const CLIENT_ID
Definition: constants.php:41
form( $class_path, string $cmd, string $submit_caption="")
global $ilSetting
Definition: privfeed.php:31
ilSetting $settings
+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ jumpToCronJobsObject()

ilObjSystemFolderGUI::jumpToCronJobsObject ( )

Definition at line 953 of file class.ilObjSystemFolderGUI.php.

References ILIAS\Repository\ctrl().

953  : void
954  {
955  // #13010 - this is used for external settings
956  $this->ctrl->redirectByClass("ilCronManagerGUI", "render");
957  }
+ Here is the call graph for this function:

◆ renderServerStatus()

ilObjSystemFolderGUI::renderServerStatus ( )
protected

Definition at line 609 of file class.ilObjSystemFolderGUI.php.

References Vendor\Package\$f, $r, getServerStatusInfo(), and ILIAS\Repository\lng().

Referenced by showServerInstallationStatusObject().

609  : void
610  {
611  $f = $this->dic->ui()->factory();
612  $r = $this->dic->ui()->renderer();
613  $metric = $this->getServerStatusInfo();
614  $report = $metric->toUIReport($f, $this->lng->txt("installation_status"));
615 
616  $this->tpl->setContent($r->render($report));
617  }
$r
+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ saveBasicSettingsObject()

ilObjSystemFolderGUI::saveBasicSettingsObject ( )

Save basic settings form.

Definition at line 748 of file class.ilObjSystemFolderGUI.php.

References ilObjectGUI\$ctrl, $error, $ilErr, $ilSetting, ilObjectGUI\$lng, $rbacsystem, ilObjectGUI\$settings, ilObjectGUI\$tpl, ilRbacSystem\checkAccess(), ILIAS\Repository\ctrl(), ILIAS\Repository\form(), ilPublicSectionSettings\getInstance(), ILIAS\Repository\lng(), ILIAS\UICore\GlobalTemplate\setContent(), setGeneralSettingsSubTabs(), and ilLanguage\txt().

748  : void
749  {
750  $tpl = $this->tpl;
751  $lng = $this->lng;
752  $ilCtrl = $this->ctrl;
756 
757  if (!$rbacsystem->checkAccess("write", $this->object->getRefId())) {
758  $this->tpl->setOnScreenMessage("failure", $this->lng->txt("permission_denied"), true);
759  $this->ctrl->redirectByClass(self::class);
760  //$ilErr->raiseError($this->lng->txt("permission_denied"), $ilErr->MESSAGE);
761  }
762 
763  $this->initBasicSettingsForm();
764  if ($this->form->checkInput()) {
765  $ilSetting->set("short_inst_name", $this->form->getInput("short_inst_name"));
766 
767  $public_section = ilPublicSectionSettings::getInstance();
768  $public_section->setEnabled($this->form->getInput('pub_section'));
769 
770  $domains = [];
771  foreach ((array) $this->form->getInput('public_section_domains') as $domain) {
772  if (strlen(trim($domain)) !== 0) {
773  $domains[] = $domain;
774  }
775  }
776  $public_section->setDomains($domains);
777  $public_section->save();
778 
779  $global_profiles = ($this->form->getInput("pub_section"))
780  ? (int) $this->form->getInput('enable_global_profiles')
781  : 0;
782  $ilSetting->set('enable_global_profiles', $global_profiles);
783 
784  $ilSetting->set("open_google", $this->form->getInput("open_google"));
785  $ilSetting->set("locale", $this->form->getInput("locale"));
786 
787  $this->tpl->setOnScreenMessage('success', $lng->txt("msg_obj_modified"), true);
788  $ilCtrl->redirect($this, "showBasicSettings");
789  }
790  $this->setGeneralSettingsSubTabs("basic_settings");
791  $this->form->setValuesByPost();
792  $tpl->setContent($this->form->getHtml());
793  }
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...
setContent(string $a_html)
Sets content for standard template.
$ilErr
Definition: raiseError.php:33
checkAccess(string $a_operations, int $a_ref_id, string $a_type="")
checkAccess represents the main method of the RBAC-system in ILIAS3 developers want to use With this ...
ilLanguage $lng
ilGlobalTemplateInterface $tpl
form( $class_path, string $cmd, string $submit_caption="")
global $ilSetting
Definition: privfeed.php:31
setGeneralSettingsSubTabs($a_activate)
Set sub tabs for general settings.
ilSetting $settings
+ Here is the call graph for this function:

◆ saveBenchSettingsObject()

ilObjSystemFolderGUI::saveBenchSettingsObject ( )

Save benchmark settings.

Definition at line 318 of file class.ilObjSystemFolderGUI.php.

References ILIAS\Repository\ctrl(), ilBenchmark\DB_BENCH_USER, ilBenchmark\ENABLE_DB_BENCH, ILIAS\Repository\lng(), ILIAS\Repository\object(), and ILIAS\Repository\refinery().

Referenced by clearBenchObject().

318  : void
319  {
320  $write_access = $this->rbacsystem->checkAccess("write", $this->object->getRefId());
321  if (!$write_access) {
322  $this->error->raiseError($this->lng->txt("permission_denied"), $this->error->MESSAGE);
323  return;
324  }
325 
326  if ($this->wrapper->post()->has(ilBenchmark::ENABLE_DB_BENCH)
327  && $this->wrapper->post()->has(ilBenchmark::DB_BENCH_USER)) {
328  $activate = $this->wrapper->post()->retrieve(ilBenchmark::ENABLE_DB_BENCH, $this->refinery->kindlyTo()->bool());
329  if ($activate) {
330  $user_name = $this->wrapper->post()->retrieve(ilBenchmark::DB_BENCH_USER, $this->refinery->kindlyTo()->string());
331  $this->bench->enableDbBenchmarkForUserName($user_name);
332  }
333  } else {
334  $this->bench->disableDbBenchmark();
335  }
336 
337  $this->tpl->setOnScreenMessage('success', $this->lng->txt("msg_obj_modified"), true);
338 
339  $this->ctrl->redirect($this, "benchmark");
340  }
+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ saveContactInformationObject()

ilObjSystemFolderGUI::saveContactInformationObject ( )

Save contact information form.

Definition at line 1100 of file class.ilObjSystemFolderGUI.php.

References ilObjectGUI\$ctrl, $error, Vendor\Package\$f, $ilErr, $ilSetting, ilObjectGUI\$lng, $rbacsystem, ilObjectGUI\$settings, ilObjectGUI\$tpl, ilRbacSystem\checkAccess(), ILIAS\Repository\ctrl(), ILIAS\Repository\form(), initContactInformationForm(), ILIAS\Repository\lng(), ILIAS\UICore\GlobalTemplate\setContent(), setGeneralSettingsSubTabs(), ilAccessibilitySupportContacts\setList(), ilSystemSupportContacts\setList(), and ilLanguage\txt().

1100  : void
1101  {
1102  $tpl = $this->tpl;
1103  $lng = $this->lng;
1104  $ilCtrl = $this->ctrl;
1107  $ilErr = $this->error;
1108 
1109  if (!$rbacsystem->checkAccess("write", $this->object->getRefId())) {
1110  $this->tpl->setOnScreenMessage("failure", $this->lng->txt("permission_denied"), true);
1111  $this->ctrl->redirectByClass(self::class, "showContactInformation");
1112  }
1113 
1114  $this->initContactInformationForm();
1115  if ($this->form->checkInput()) {
1116  $fs = array("admin_firstname", "admin_lastname", "admin_title", "admin_position",
1117  "admin_institution", "admin_street", "admin_zipcode", "admin_city",
1118  "admin_country", "admin_phone", "admin_email");
1119  foreach ($fs as $f) {
1120  $ilSetting->set($f, $_POST[$f]);
1121  }
1122 
1123  // System support contacts
1124  ilSystemSupportContacts::setList($_POST["adm_support_contacts"]);
1125 
1126  // Accessibility support contacts
1127  ilAccessibilitySupportContacts::setList($_POST["accessibility_support_contacts"]);
1128 
1129  $this->tpl->setOnScreenMessage('success', $lng->txt("msg_obj_modified"), true);
1130  $ilCtrl->redirect($this, "showContactInformation");
1131  } else {
1132  $this->setGeneralSettingsSubTabs("contact_data");
1133  $this->form->setValuesByPost();
1134  $tpl->setContent($this->form->getHtml());
1135  }
1136  }
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...
static setList($a_list)
Set list.
setContent(string $a_html)
Sets content for standard template.
$ilErr
Definition: raiseError.php:33
checkAccess(string $a_operations, int $a_ref_id, string $a_type="")
checkAccess represents the main method of the RBAC-system in ILIAS3 developers want to use With this ...
ilLanguage $lng
ilGlobalTemplateInterface $tpl
form( $class_path, string $cmd, string $submit_caption="")
initContactInformationForm()
Init contact information form.
global $ilSetting
Definition: privfeed.php:31
setGeneralSettingsSubTabs($a_activate)
Set sub tabs for general settings.
ilSetting $settings
+ Here is the call graph for this function:

◆ saveHeaderTitlesObject()

ilObjSystemFolderGUI::saveHeaderTitlesObject ( bool  $delete = false)

Save header titles.

Definition at line 849 of file class.ilObjSystemFolderGUI.php.

References ilObjectGUI\$ctrl, $error, $ilErr, ilObjectGUI\$lng, $post, $rbacsystem, ilRbacSystem\checkAccess(), ILIAS\Repository\ctrl(), ILIAS\Repository\lng(), showHeaderTitleObject(), ilUtil\stripSlashes(), and ilLanguage\txt().

Referenced by deleteHeaderTitlesObject().

850  {
851  $ilCtrl = $this->ctrl;
852  $lng = $this->lng;
855 
856  if (!$rbacsystem->checkAccess("write", $this->object->getRefId())) {
857  $this->tpl->setOnScreenMessage("failure", $this->lng->txt("permission_denied"), true);
858  $this->ctrl->redirectByClass(self::class, "showHeaderTitle");
859  }
860 
861  $post = $this->dic->http()->request()->getParsedBody();
862  foreach ($post["title"] as $k => $v) {
863  if ($delete && ($post["check"][$k] ?? false)) {
864  unset($post["title"][$k]);
865  unset($post["desc"][$k]);
866  unset($post["lang"][$k]);
867  if ($k == $post["default"]) {
868  unset($post["default"]);
869  }
870  }
871  }
872 
873 
874 
875  // default language set?
876  if (!isset($post["default"]) && count($post["lang"]) > 0) {
877  $this->tpl->setOnScreenMessage('failure', $lng->txt("msg_no_default_language"));
878  $this->showHeaderTitleObject(true);
879  return;
880  }
881 
882  // all languages set?
883  if (array_key_exists("", $post["lang"])) {
884  $this->tpl->setOnScreenMessage('failure', $lng->txt("msg_no_language_selected"));
885  $this->showHeaderTitleObject(true);
886  return;
887  }
888 
889  // no single language is selected more than once?
890  if (count(array_unique($post["lang"])) < count($post["lang"])) {
891  $this->tpl->setOnScreenMessage('failure', $lng->txt("msg_multi_language_selected"));
892  $this->showHeaderTitleObject(true);
893  return;
894  }
895 
896  // save the stuff
897  $this->object->removeHeaderTitleTranslations();
898  foreach ($post["title"] as $k => $v) {
899  $desc = $post["desc"][$k] ?? "";
900  $this->object->addHeaderTitleTranslation(
902  ilUtil::stripSlashes($desc),
903  ilUtil::stripSlashes($post["lang"][$k]),
904  ($post["default"] == $k)
905  );
906  }
907 
908  $this->tpl->setOnScreenMessage('success', $lng->txt("msg_obj_modified"), true);
909  $ilCtrl->redirect($this, "showHeaderTitle");
910  }
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...
static stripSlashes(string $a_str, bool $a_strip_html=true, string $a_allow="")
$ilErr
Definition: raiseError.php:33
checkAccess(string $a_operations, int $a_ref_id, string $a_type="")
checkAccess represents the main method of the RBAC-system in ILIAS3 developers want to use With this ...
ilLanguage $lng
showHeaderTitleObject( $a_get_post_values=false, bool $add_entry=false)
Show header title.
$post
Definition: ltitoken.php:46
+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ saveJavaServerObject()

ilObjSystemFolderGUI::saveJavaServerObject ( )

Save java server form.

Definition at line 1204 of file class.ilObjSystemFolderGUI.php.

References ilObjectGUI\$ctrl, $error, $ilErr, $ilSetting, ilObjectGUI\$lng, $rbacsystem, ilObjectGUI\$settings, ilObjectGUI\$tpl, ilRbacSystem\checkAccess(), ILIAS\Repository\form(), initJavaServerForm(), ILIAS\Repository\lng(), ILIAS\UICore\GlobalTemplate\setContent(), setGeneralSettingsSubTabs(), ilUtil\stripSlashes(), and ilLanguage\txt().

1204  : void
1205  {
1206  $tpl = $this->tpl;
1207  $lng = $this->lng;
1208  $ilCtrl = $this->ctrl;
1211  $ilErr = $this->error;
1212 
1213  if (!$rbacsystem->checkAccess("write", $this->object->getRefId())) {
1214  $ilErr->raiseError($this->lng->txt("permission_denied"), $ilErr->MESSAGE);
1215  }
1216 
1217  $this->initJavaServerForm();
1218  if ($this->form->checkInput()) {
1219  $ilSetting->set('rpc_pdf_font', ilUtil::stripSlashes($_POST['rpc_pdf_font']));
1220  $this->tpl->setOnScreenMessage('success', $lng->txt("msg_obj_modified"), true);
1221  $ilCtrl->redirect($this, "showJavaServer");
1222 
1223  // TODO check settings, ping server
1224  } else {
1225  $this->setGeneralSettingsSubTabs("java_server");
1226  $this->form->setValuesByPost();
1227  $tpl->setContent($this->form->getHtml());
1228  }
1229  }
initJavaServerForm()
Init java server form.
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...
static stripSlashes(string $a_str, bool $a_strip_html=true, string $a_allow="")
setContent(string $a_html)
Sets content for standard template.
$ilErr
Definition: raiseError.php:33
checkAccess(string $a_operations, int $a_ref_id, string $a_type="")
checkAccess represents the main method of the RBAC-system in ILIAS3 developers want to use With this ...
ilLanguage $lng
ilGlobalTemplateInterface $tpl
form( $class_path, string $cmd, string $submit_caption="")
global $ilSetting
Definition: privfeed.php:31
setGeneralSettingsSubTabs($a_activate)
Set sub tabs for general settings.
ilSetting $settings
+ Here is the call graph for this function:

◆ setGeneralSettingsSubTabs()

ilObjSystemFolderGUI::setGeneralSettingsSubTabs (   $a_activate)

Set sub tabs for general settings.

Definition at line 635 of file class.ilObjSystemFolderGUI.php.

References ilObjectGUI\$ctrl, and $tabs.

Referenced by createJavaServerIniObject(), saveBasicSettingsObject(), saveContactInformationObject(), saveJavaServerObject(), showBasicSettingsObject(), showContactInformationObject(), and showHeaderTitleObject().

635  : void
636  {
637  $ilTabs = $this->tabs;
638  $ilCtrl = $this->ctrl;
639 
640  $ilTabs->addSubTabTarget("basic_settings", $ilCtrl->getLinkTarget($this, "showBasicSettings"));
641  $ilTabs->addSubTabTarget("header_title", $ilCtrl->getLinkTarget($this, "showHeaderTitle"));
642  $ilTabs->addSubTabTarget("contact_data", $ilCtrl->getLinkTarget($this, "showContactInformation"));
643 
644  $ilTabs->setSubTabActive($a_activate);
645  $ilTabs->setTabActive("general_settings");
646  }
+ Here is the caller graph for this function:

◆ setServerInfoSubTabs()

ilObjSystemFolderGUI::setServerInfoSubTabs (   $a_activate)

Set sub tabs for server info.

Definition at line 442 of file class.ilObjSystemFolderGUI.php.

References ilObjectGUI\$ctrl, $rbacsystem, $tabs, ilObjectGUI\$toolbar, ilObjectGUI\$tpl, ilRbacSystem\checkAccess(), ILIAS\Repository\ctrl(), ILIAS\Repository\form(), initServerInfoForm(), ILIAS\Repository\lng(), and ILIAS\UICore\GlobalTemplate\setContent().

Referenced by showJavaServerObject(), and showServerInstallationStatusObject().

442  : void
443  {
444  $ilTabs = $this->tabs;
445  $ilCtrl = $this->ctrl;
447 
448  if ($rbacsystem->checkAccess("read", $this->object->getRefId())) {
449  $ilTabs->addSubTabTarget("installation_status", $ilCtrl->getLinkTarget($this, "showServerInstallationStatus"));
450 
451  $ilTabs->addSubTabTarget("server_data", $ilCtrl->getLinkTarget($this, "showServerInfo"));
452  }
453 
454 
455  if ($rbacsystem->checkAccess("write", $this->object->getRefId())) {
456  $ilTabs->addSubTabTarget("java_server", $ilCtrl->getLinkTarget($this, "showJavaServer"));
457  }
458 
459  $ilTabs->setSubTabActive($a_activate);
460  $ilTabs->setTabActive("server");
461  }
checkAccess(string $a_operations, int $a_ref_id, string $a_type="")
checkAccess represents the main method of the RBAC-system in ILIAS3 developers want to use With this ...
+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ setSystemCheckSubTabs()

ilObjSystemFolderGUI::setSystemCheckSubTabs (   $a_activate)

Set sub tabs for general settings.

Definition at line 144 of file class.ilObjSystemFolderGUI.php.

References ilObjectGUI\$ctrl, $tabs, and ILIAS\Repository\lng().

Referenced by executeCommand().

144  : void
145  {
146  $ilTabs = $this->tabs;
147  $ilCtrl = $this->ctrl;
148 
149  $ilTabs->addSubTab(
150  "system_check_sub",
151  $this->lng->txt("system_check"),
152  $ilCtrl->getLinkTarget($this, "check")
153  );
154  $ilTabs->addSubTab(
155  "no_owner",
156  $this->lng->txt("system_check_no_owner"),
157  $ilCtrl->getLinkTargetByClass("ilObjectOwnershipManagementGUI")
158  );
159 
160  $ilTabs->setSubTabActive($a_activate);
161  $ilTabs->setTabActive("system_check");
162  }
+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ showBasicSettingsObject()

ilObjSystemFolderGUI::showBasicSettingsObject ( )

Show basic settings.

Definition at line 657 of file class.ilObjSystemFolderGUI.php.

References $ilSetting, ilObjectGUI\$lng, ilObjectGUI\$settings, ilObjectGUI\$tpl, ILIAS\Repository\ctrl(), ILIAS\Repository\form(), ilRobotSettings\getInstance(), ilPublicSectionSettings\getInstance(), ILIAS\Repository\lng(), ilLanguage\loadLanguageModule(), ILIAS\UICore\GlobalTemplate\setContent(), setGeneralSettingsSubTabs(), and ilLanguage\txt().

Referenced by viewObject().

657  : void
658  {
659  $tpl = $this->tpl;
660 
661  $this->initBasicSettingsForm();
662  $this->setGeneralSettingsSubTabs("basic_settings");
663 
664  $tpl->setContent($this->form->getHTML());
665  }
setContent(string $a_html)
Sets content for standard template.
ilGlobalTemplateInterface $tpl
form( $class_path, string $cmd, string $submit_caption="")
setGeneralSettingsSubTabs($a_activate)
Set sub tabs for general settings.
+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ showContactInformationObject()

ilObjSystemFolderGUI::showContactInformationObject ( )

Show contact information.

Definition at line 969 of file class.ilObjSystemFolderGUI.php.

References ilObjectGUI\$tpl, ILIAS\Repository\form(), initContactInformationForm(), ILIAS\UICore\GlobalTemplate\setContent(), and setGeneralSettingsSubTabs().

969  : void
970  {
971  $tpl = $this->tpl;
972 
974  $this->setGeneralSettingsSubTabs("contact_data");
975  $tpl->setContent($this->form->getHTML());
976  }
setContent(string $a_html)
Sets content for standard template.
ilGlobalTemplateInterface $tpl
form( $class_path, string $cmd, string $submit_caption="")
initContactInformationForm()
Init contact information form.
setGeneralSettingsSubTabs($a_activate)
Set sub tabs for general settings.
+ Here is the call graph for this function:

◆ showDbBenchByFirstTableObject()

ilObjSystemFolderGUI::showDbBenchByFirstTableObject ( )

Show db benchmark results.

Definition at line 244 of file class.ilObjSystemFolderGUI.php.

References benchmarkSubTabs(), and showDbBenchResults().

244  : void
245  {
246  $this->benchmarkSubTabs("by_first_table");
247  $this->showDbBenchResults("by_first_table");
248  }
benchmarkSubTabs($a_current)
Benchmark sub tabs.
showDbBenchResults($a_mode)
Show Db Benchmark Results.
+ Here is the call graph for this function:

◆ showDbBenchChronologicalObject()

ilObjSystemFolderGUI::showDbBenchChronologicalObject ( )

Show db benchmark results.

Definition at line 217 of file class.ilObjSystemFolderGUI.php.

References benchmarkSubTabs(), and showDbBenchResults().

217  : void
218  {
219  $this->benchmarkSubTabs("chronological");
220  $this->showDbBenchResults("chronological");
221  }
benchmarkSubTabs($a_current)
Benchmark sub tabs.
showDbBenchResults($a_mode)
Show Db Benchmark Results.
+ Here is the call graph for this function:

◆ showDbBenchResults()

ilObjSystemFolderGUI::showDbBenchResults (   $a_mode)

Show Db Benchmark Results.

Parameters
stringmode

Definition at line 255 of file class.ilObjSystemFolderGUI.php.

References $bench, ilObjectGUI\$tpl, ilBenchmark\getDbBenchRecords(), and ILIAS\UICore\GlobalTemplate\setContent().

Referenced by showDbBenchByFirstTableObject(), showDbBenchChronologicalObject(), showDbBenchSlowestFirstObject(), and showDbBenchSortedBySqlObject().

255  : void
256  {
257  $tpl = $this->tpl;
258 
259  $ilBench = $this->bench;
260  $rec = $ilBench->getDbBenchRecords();
261 
262  $table = new ilBenchmarkTableGUI($this, "benchmark", $rec, $a_mode);
263  $tpl->setContent($table->getHTML());
264  }
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.
ilGlobalTemplateInterface $tpl
+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ showDbBenchSlowestFirstObject()

ilObjSystemFolderGUI::showDbBenchSlowestFirstObject ( )

Show db benchmark results.

Definition at line 226 of file class.ilObjSystemFolderGUI.php.

References benchmarkSubTabs(), and showDbBenchResults().

226  : void
227  {
228  $this->benchmarkSubTabs("slowest_first");
229  $this->showDbBenchResults("slowest_first");
230  }
benchmarkSubTabs($a_current)
Benchmark sub tabs.
showDbBenchResults($a_mode)
Show Db Benchmark Results.
+ Here is the call graph for this function:

◆ showDbBenchSortedBySqlObject()

ilObjSystemFolderGUI::showDbBenchSortedBySqlObject ( )

Show db benchmark results.

Definition at line 235 of file class.ilObjSystemFolderGUI.php.

References benchmarkSubTabs(), and showDbBenchResults().

235  : void
236  {
237  $this->benchmarkSubTabs("sorted_by_sql");
238  $this->showDbBenchResults("sorted_by_sql");
239  }
benchmarkSubTabs($a_current)
Benchmark sub tabs.
showDbBenchResults($a_mode)
Show Db Benchmark Results.
+ Here is the call graph for this function:

◆ showHeaderTitleObject()

ilObjSystemFolderGUI::showHeaderTitleObject (   $a_get_post_values = false,
bool  $add_entry = false 
)

Show header title.

Definition at line 804 of file class.ilObjSystemFolderGUI.php.

References ilObjectGUI\$data, $post, ilObjectGUI\$tpl, ILIAS\UICore\GlobalTemplate\setContent(), and setGeneralSettingsSubTabs().

Referenced by addHeaderTitleObject(), and saveHeaderTitlesObject().

807  : void {
808  $tpl = $this->tpl;
809  $this->setGeneralSettingsSubTabs("header_title");
810  $table = new ilInstallationHeadingTableGUI($this, "showHeaderTitle", false);
811  $post = $this->gui->http()->request()->getParsedBody();
812  if ($a_get_post_values) {
813  $vals = array();
814  foreach (($post["title"] ?? []) as $k => $v) {
815  $def = $post["default"] ?? "";
816  $vals[] = array("title" => $v,
817  "desc" => ($post["desc"][$k] ?? ""),
818  "lang" => ($post["lang"][$k] ?? ""),
819  "default" => ($def == $k));
820  }
821  if ($add_entry) {
822  $vals[] = array("title" => "",
823  "desc" => "",
824  "lang" => "",
825  "default" => false);
826  }
827  $table->setData($vals);
828  } else {
829  $data = $this->object->getHeaderTitleTranslations();
830  if (isset($data["Fobject"]) && is_array($data["Fobject"])) {
831  foreach ($data["Fobject"] as $k => $v) {
832  if ($k == $data["default_language"]) {
833  $data["Fobject"][$k]["default"] = true;
834  } else {
835  $data["Fobject"][$k]["default"] = false;
836  }
837  }
838  } else {
839  $data["Fobject"] = array();
840  }
841  $table->setData($data["Fobject"]);
842  }
843  $tpl->setContent($table->getHTML());
844  }
setContent(string $a_html)
Sets content for standard template.
ilGlobalTemplateInterface $tpl
TableGUI class for title/description translations.
setGeneralSettingsSubTabs($a_activate)
Set sub tabs for general settings.
$post
Definition: ltitoken.php:46
+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ showJavaServerObject()

ilObjSystemFolderGUI::showJavaServerObject ( )

Show Java Server Settings.

Definition at line 1147 of file class.ilObjSystemFolderGUI.php.

References $GLOBALS, ilObjectGUI\$tpl, ILIAS\UICore\GlobalTemplate\addBlockFile(), ILIAS\Repository\form(), initJavaServerForm(), setServerInfoSubTabs(), and ILIAS\UICore\GlobalTemplate\setVariable().

1147  : void
1148  {
1149  $tpl = $this->tpl;
1150 
1151  $tpl->addBlockFile('ADM_CONTENT', 'adm_content', 'tpl.java_settings.html', 'components/ILIAS/SystemFolder');
1152 
1153  $GLOBALS['lng']->loadLanguageModule('search');
1154 
1155  $this->initJavaServerForm();
1156  $this->setServerInfoSubTabs("java_server");
1157  $tpl->setVariable('SETTINGS_TABLE', $this->form->getHTML());
1158  }
initJavaServerForm()
Init java server form.
addBlockFile(string $var, string $block, string $template_name, ?string $in_module=null)
overwrites ITX::addBlockFile
setVariable(string $variable, $value='')
Sets the given variable to the given value.
ilGlobalTemplateInterface $tpl
$GLOBALS["DIC"]
Definition: wac.php:53
setServerInfoSubTabs($a_activate)
Set sub tabs for server info.
form( $class_path, string $cmd, string $submit_caption="")
+ Here is the call graph for this function:

◆ showPHPInfoObject()

ilObjSystemFolderGUI::showPHPInfoObject ( )

Show PHP Information.

Returns
never

Definition at line 423 of file class.ilObjSystemFolderGUI.php.

References $rbacsystem, ilRbacSystem\checkAccess(), and exit.

423  : void
424  {
426  if ($rbacsystem->checkAccess("read", $this->object->getRefId())) {
427  phpinfo();
428  exit;
429  }
430  }
checkAccess(string $a_operations, int $a_ref_id, string $a_type="")
checkAccess represents the main method of the RBAC-system in ILIAS3 developers want to use With this ...
exit
+ Here is the call graph for this function:

◆ showServerInstallationStatusObject()

ilObjSystemFolderGUI::showServerInstallationStatusObject ( )
protected

Definition at line 600 of file class.ilObjSystemFolderGUI.php.

References $rbacsystem, ilRbacSystem\checkAccess(), renderServerStatus(), and setServerInfoSubTabs().

600  : void
601  {
603  if ($rbacsystem->checkAccess("read", $this->object->getRefId())) {
604  $this->setServerInfoSubTabs("installation_status");
605  $this->renderServerStatus();
606  }
607  }
checkAccess(string $a_operations, int $a_ref_id, string $a_type="")
checkAccess represents the main method of the RBAC-system in ILIAS3 developers want to use With this ...
setServerInfoSubTabs($a_activate)
Set sub tabs for server info.
+ Here is the call graph for this function:

◆ showVcsInformationObject()

ilObjSystemFolderGUI::showVcsInformationObject ( )
protected

Definition at line 1263 of file class.ilObjSystemFolderGUI.php.

References ilObjectGUI\$html, $rbacsystem, ilRbacSystem\checkAccess(), and ILIAS\Repository\lng().

1263  : void
1264  {
1265  $vcInfo = [];
1267  if ($rbacsystem->checkAccess("read", $this->object->getRefId())) {
1268  foreach ([new ilGitInformation()] as $vc) {
1269  $html = $vc->getInformationAsHtml();
1270  if ($html) {
1271  $vcInfo[] = $html;
1272  }
1273  }
1274 
1275  if ($vcInfo !== []) {
1276  $this->tpl->setOnScreenMessage('info', implode("<br />", $vcInfo));
1277  } else {
1278  $this->tpl->setOnScreenMessage('info', $this->lng->txt('vc_information_not_determined'));
1279  }
1280 
1281  $this->showServerInfoObject();
1282  }
1283  }
Class ilGitInformation.
checkAccess(string $a_operations, int $a_ref_id, string $a_type="")
checkAccess represents the main method of the RBAC-system in ILIAS3 developers want to use With this ...
+ Here is the call graph for this function:

◆ switchBenchModuleObject()

ilObjSystemFolderGUI::switchBenchModuleObject ( )

save benchmark settings

Definition at line 346 of file class.ilObjSystemFolderGUI.php.

References ILIAS\Repository\ctrl().

346  : void
347  {
348  $this->ctrl->setParameter($this, 'cur_mod', $_POST['module']);
349  $this->ctrl->redirect($this, "benchmark");
350  }
+ Here is the call graph for this function:

◆ viewObject()

ilObjSystemFolderGUI::viewObject ( )

show admin subpanels and basic settings form

public

Definition at line 130 of file class.ilObjSystemFolderGUI.php.

References ilObjectGUI\$access, and showBasicSettingsObject().

130  : void
131  {
132  $ilAccess = $this->access;
133 
134  if ($ilAccess->checkAccess("read", "", $this->object->getRefId())) {
135  $this->showBasicSettingsObject();
136  return;
137  }
138  $this->showServerInfoObject();
139  }
ilAccessHandler $access
showBasicSettingsObject()
Show basic settings.
+ Here is the call graph for this function:

Field Documentation

◆ $bench

ilBenchmark ilObjSystemFolderGUI::$bench
protected

◆ $client_ini

ilIniFile ilObjSystemFolderGUI::$client_ini
protected

Definition at line 46 of file class.ilObjSystemFolderGUI.php.

Referenced by initServerInfoForm().

◆ $content_style_domain

ILIAS Style Content Object ObjectFacade ilObjSystemFolderGUI::$content_style_domain
protected

Definition at line 38 of file class.ilObjSystemFolderGUI.php.

◆ $db

ilDBInterface ilObjSystemFolderGUI::$db
protected

Definition at line 43 of file class.ilObjSystemFolderGUI.php.

◆ $dic

Pimple Container ilObjSystemFolderGUI::$dic
protected

Definition at line 35 of file class.ilObjSystemFolderGUI.php.

◆ $error

◆ $form

ilPropertyFormGUI ilObjSystemFolderGUI::$form
protected

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

◆ $gui

ILIAS Repository InternalGUIService ilObjSystemFolderGUI::$gui
protected

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

◆ $help

ilHelpGUI ilObjSystemFolderGUI::$help
protected

Definition at line 45 of file class.ilObjSystemFolderGUI.php.

Referenced by getAdminTabs().

◆ $obj_definition

ilObjectDefinition ilObjSystemFolderGUI::$obj_definition
protected

Definition at line 41 of file class.ilObjSystemFolderGUI.php.

◆ $rbacsystem

◆ $refinery

ILIAS Refinery Factory ilObjSystemFolderGUI::$refinery
protected

Definition at line 50 of file class.ilObjSystemFolderGUI.php.

◆ $style_definition

ilStyleDefinition ilObjSystemFolderGUI::$style_definition
protected

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

◆ $tabs

ilTabsGUI ilObjSystemFolderGUI::$tabs
protected

◆ $type

string ilObjSystemFolderGUI::$type

Definition at line 48 of file class.ilObjSystemFolderGUI.php.

◆ $wrapper

ILIAS HTTP Wrapper WrapperFactory ilObjSystemFolderGUI::$wrapper
protected

Definition at line 49 of file class.ilObjSystemFolderGUI.php.


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