ILIAS  trunk Revision v11.0_alpha-1846-g895b5f47236
All Data Structures Namespaces Files Functions Variables Enumerations Enumerator Modules Pages
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 (ILIAS\Refinery\Factory $refinery)
 
 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

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
 
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
 
ilObjectCustomIconFactory $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 55 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().

56  {
57  global $DIC;
58 
59  $this->tabs = $DIC->tabs();
60  $this->access = $DIC->access();
61  $this->ctrl = $DIC->ctrl();
62  $this->rbacsystem = $DIC->rbac()->system();
63  $this->user = $DIC->user();
64  $this->obj_definition = $DIC["objDefinition"];
65  $this->settings = $DIC->settings();
66  $this->error = $DIC["ilErr"];
67  $this->db = $DIC->database();
68  $this->style_definition = $DIC["styleDefinition"];
69  $this->lng = $DIC->language();
70  $this->tpl = $DIC["tpl"];
71  $this->help = $DIC["ilHelp"];
72  $this->toolbar = $DIC->toolbar();
73  $this->client_ini = $DIC["ilClientIniFile"];
74  $this->type = "adm";
75  $this->bench = $DIC["ilBench"];
76  $this->wrapper = $DIC->http()->wrapper();
77  $this->refinery = $DIC->refinery();
78  parent::__construct($a_data, $a_id, $a_call_by_reference, false);
79 
80  $this->lng->loadLanguageModule("administration");
81  $this->lng->loadLanguageModule("adm");
82  $this->content_style_domain = $DIC->contentStyle()
83  ->domain()
84  ->styleForRefId($this->object->getRefId());
85  $this->gui = $DIC->repository()->internal()->gui();
86  }
global $DIC
Definition: shib_login.php:22
__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 1248 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().

1248  : void
1249  {
1250  global $DIC;
1251  $main_tpl = $DIC->ui()->mainTemplate();
1252 
1253  $ilAccess = $DIC->access();
1254  $ilErr = $DIC["ilErr"];
1255  $lng = $DIC->language();
1256 
1257  $a_target = SYSTEM_FOLDER_ID;
1258 
1259  if ($ilAccess->checkAccess("read", "", $a_target)) {
1260  ilUtil::redirect("ilias.php?baseClass=ilAdministrationGUI");
1261  exit;
1262  } else {
1263  if ($ilAccess->checkAccess("read", "", ROOT_FOLDER_ID)) {
1264  $main_tpl->setOnScreenMessage('failure', sprintf(
1265  $lng->txt("msg_no_perm_read_item"),
1267  ), true);
1269  }
1270  }
1271  $ilErr->raiseError($lng->txt("msg_no_perm_read"), $ilErr->FATAL);
1272  }
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:22
static redirect(string $a_script)
exit
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
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 929 of file class.ilObjSystemFolderGUI.php.

References showHeaderTitleObject().

929  : void
930  {
931  $k = 1;
932  $this->showHeaderTitleObject(true, true);
933  }
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 171 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().

171  : void
172  {
173  if (!$this->rbacsystem->checkAccess("visible,read", $this->object->getRefId())) {
174  $this->error->raiseError($this->lng->txt("permission_denied"), $this->error->MESSAGE);
175  }
176 
177  $write_access = $this->rbacsystem->checkAccess("write", $this->object->getRefId());
178 
179  $this->benchmarkSubTabs("settings");
180 
181  $this->form = new ilPropertyFormGUI();
182 
183  // Activate DB Benchmark
184  $cb = new ilCheckboxInputGUI($this->lng->txt("adm_activate_db_benchmark"), ilBenchmark::ENABLE_DB_BENCH);
185  $cb->setChecked((bool) $this->settings->get(ilBenchmark::ENABLE_DB_BENCH));
186  $cb->setInfo($this->lng->txt("adm_activate_db_benchmark_desc"));
187  $cb->setDisabled(!$write_access);
188  $this->form->addItem($cb);
189 
190  // DB Benchmark User
191  $ti = new ilTextInputGUI($this->lng->txt("adm_db_benchmark_user"), ilBenchmark::DB_BENCH_USER);
192  $user_id = ($this->settings->get(ilBenchmark::DB_BENCH_USER)) ?? null;
193  if ($user_id !== null && ilObjUser::_lookupLogin((int) $user_id) !== '') {
194  $ti->setValue(ilObjUser::_lookupLogin($user_id));
195  } else {
196  $ti->setValue('');
197  }
198  $ti->setInfo($this->lng->txt("adm_db_benchmark_user_desc"));
199  $ti->setDisabled(!$write_access);
200  $this->form->addItem($ti);
201 
202  if ($write_access) {
203  $this->form->addCommandButton("saveBenchSettings", $this->lng->txt("save"));
204  }
205 
206  $this->form->setTitle($this->lng->txt("adm_db_benchmark"));
207  $this->form->setFormAction($this->ctrl->getFormAction($this));
208 
209  $this->tpl->setContent($this->form->getHTML());
210  }
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 270 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().

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

References ILIAS\Repository\ctrl().

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

◆ clearBenchObject()

ilObjSystemFolderGUI::clearBenchObject ( )

delete all benchmark records

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

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

354  : void
355  {
356  $ilBench = $this->bench;
357  $ilBench->clearData();
358  $this->saveBenchSettingsObject();
359  }
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 1178 of file class.ilObjSystemFolderGUI.php.

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

1178  : void
1179  {
1180  $this->setGeneralSettingsSubTabs('java_server');
1181  $this->tpl->setContent($this->form->getHTML());
1182  }
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 938 of file class.ilObjSystemFolderGUI.php.

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

938  : void
939  {
940  $ilCtrl = $this->ctrl;
941  $lng = $this->lng;
942  $this->saveHeaderTitlesObject(true);
943  }
ilLanguage $lng
saveHeaderTitlesObject(bool $delete=false)
Save header titles.
+ Here is the call graph for this function:

◆ executeCommand()

ilObjSystemFolderGUI::executeCommand ( )

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

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

88  : void
89  {
90  $ilTabs = $this->tabs;
91 
92  $next_class = $this->ctrl->getNextClass($this);
93  $this->prepareOutput();
94 
95  switch ($next_class) {
96  case 'ilpermissiongui':
97  $perm_gui = new ilPermissionGUI($this);
98  $this->ctrl->forwardCommand($perm_gui);
99  break;
100 
101  case "ilobjectownershipmanagementgui":
102  $this->setSystemCheckSubTabs("no_owner");
104  $this->ctrl->forwardCommand($gui);
105  break;
106 
107  case "ilcronmanagergui":
108  $ilTabs->activateTab("cron_jobs");
109  $gui = new ilCronManagerGUI();
110  $this->ctrl->forwardCommand($gui);
111  break;
112 
113  default:
114  $cmd = $this->ctrl->getCmd("view");
115 
116  $cmd .= "Object";
117  $this->$cmd();
118 
119  break;
120  }
121  }
prepareOutput(bool $show_sub_objects=true)
ILIAS Repository InternalGUIService $gui
Class ilObjectOwnershipManagementGUI.
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 362 of file class.ilObjSystemFolderGUI.php.

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

362  : void
363  {
365  $ilHelp = $this->help;
366 
367  // $ilHelp->setScreenIdComponent($this->object->getType());
368 
369  $this->ctrl->setParameter($this, "ref_id", $this->object->getRefId());
370 
371  // general settings
372  if ($rbacsystem->checkAccess("read", $this->object->getRefId())) {
373  $this->tabs_gui->addTarget(
374  "general_settings",
375  $this->ctrl->getLinkTarget($this, "showBasicSettings"),
376  ["showBasicSettings", "saveBasicSettings"],
377  get_class($this)
378  );
379  }
380 
381  // server info
382  if ($rbacsystem->checkAccess("visible,read", $this->object->getRefId())) {
383  $this->tabs_gui->addTarget(
384  "server",
385  $this->ctrl->getLinkTarget($this, "showServerInfo"),
386  ["showServerInfo", "view"],
387  get_class($this)
388  );
389  }
390 
391  if ($rbacsystem->checkAccess('visible,read', $this->object->getRefId())) {
392  $this->tabs_gui->addTarget(
393  'cron_jobs',
394  $this->ctrl->getLinkTargetByClass('ilCronManagerGUI', ''),
395  '',
396  get_class($this)
397  );
398 
399  $this->tabs_gui->addTarget(
400  'benchmarks',
401  $this->ctrl->getLinkTarget($this, 'benchmark'),
402  'benchmark',
403  get_class($this)
404  );
405  }
406 
407  if ($rbacsystem->checkAccess('edit_permission', $this->object->getRefId())) {
408  $this->tabs_gui->addTarget(
409  "perm_settings",
410  $this->ctrl->getLinkTargetByClass(array(get_class($this),'ilpermissiongui'), "perm"),
411  array("perm","info","owner"),
412  'ilpermissiongui'
413  );
414  }
415  }
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 ( ILIAS\Refinery\Factory  $refinery)
protected

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

References ilObjectGUI\$data, and ilObjectGUI\$lng.

Referenced by renderServerStatus().

621  {
622  $data = new Factory();
623  $lng = new ilSetupLanguage('en');
624  $interface_finder = new ImplementationOfInterfaceFinder();
625 
626  $agent_finder = new ImplementationOfAgentFinder(
627  $refinery,
628  $data,
629  $lng,
630  $interface_finder,
631  []
632  );
633 
634  $st = new StatusCommand($agent_finder);
635 
636  return $st->getMetrics($agent_finder->getAgents());
637  }
ILIAS Refinery Factory $refinery
Command to output status information about the installation.
language handling for setup
ilLanguage $lng
Builds data types.
Definition: Factory.php:35
+ Here is the caller graph for this function:

◆ initContactInformationForm()

ilObjSystemFolderGUI::initContactInformationForm ( )

Init contact information form.

Definition at line 995 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().

995  : void
996  {
997  $lng = $this->lng;
999 
1000  $this->form = new ilPropertyFormGUI();
1001 
1002  // first name
1003  $ti = new ilTextInputGUI($this->lng->txt("firstname"), "admin_firstname");
1004  $ti->setMaxLength(64);
1005  $ti->setSize(40);
1006  $ti->setRequired(true);
1007  $ti->setValue($ilSetting->get("admin_firstname"));
1008  $this->form->addItem($ti);
1009 
1010  // last name
1011  $ti = new ilTextInputGUI($this->lng->txt("lastname"), "admin_lastname");
1012  $ti->setMaxLength(64);
1013  $ti->setSize(40);
1014  $ti->setRequired(true);
1015  $ti->setValue($ilSetting->get("admin_lastname"));
1016  $this->form->addItem($ti);
1017 
1018  // title
1019  $ti = new ilTextInputGUI($this->lng->txt("title"), "admin_title");
1020  $ti->setMaxLength(64);
1021  $ti->setSize(40);
1022  $ti->setValue($ilSetting->get("admin_title"));
1023  $this->form->addItem($ti);
1024 
1025  // position
1026  $ti = new ilTextInputGUI($this->lng->txt("position"), "admin_position");
1027  $ti->setMaxLength(64);
1028  $ti->setSize(40);
1029  $ti->setValue($ilSetting->get("admin_position"));
1030  $this->form->addItem($ti);
1031 
1032  // institution
1033  $ti = new ilTextInputGUI($this->lng->txt("institution"), "admin_institution");
1034  $ti->setMaxLength(200);
1035  $ti->setSize(40);
1036  $ti->setValue($ilSetting->get("admin_institution"));
1037  $this->form->addItem($ti);
1038 
1039  // street
1040  $ti = new ilTextInputGUI($this->lng->txt("street"), "admin_street");
1041  $ti->setMaxLength(64);
1042  $ti->setSize(40);
1043  //$ti->setRequired(true);
1044  $ti->setValue($ilSetting->get("admin_street"));
1045  $this->form->addItem($ti);
1046 
1047  // zip code
1048  $ti = new ilTextInputGUI($this->lng->txt("zipcode"), "admin_zipcode");
1049  $ti->setMaxLength(10);
1050  $ti->setSize(5);
1051  //$ti->setRequired(true);
1052  $ti->setValue($ilSetting->get("admin_zipcode"));
1053  $this->form->addItem($ti);
1054 
1055  // city
1056  $ti = new ilTextInputGUI($this->lng->txt("city"), "admin_city");
1057  $ti->setMaxLength(64);
1058  $ti->setSize(40);
1059  //$ti->setRequired(true);
1060  $ti->setValue($ilSetting->get("admin_city"));
1061  $this->form->addItem($ti);
1062 
1063  // country
1064  $ti = new ilTextInputGUI($this->lng->txt("country"), "admin_country");
1065  $ti->setMaxLength(64);
1066  $ti->setSize(40);
1067  //$ti->setRequired(true);
1068  $ti->setValue($ilSetting->get("admin_country"));
1069  $this->form->addItem($ti);
1070 
1071  // phone
1072  $ti = new ilTextInputGUI($this->lng->txt("phone"), "admin_phone");
1073  $ti->setMaxLength(64);
1074  $ti->setSize(40);
1075  //$ti->setRequired(true);
1076  $ti->setValue($ilSetting->get("admin_phone"));
1077  $this->form->addItem($ti);
1078 
1079  // email
1080  $ti = new ilEMailInputGUI($this->lng->txt("email"), "admin_email");
1081  $ti->setMaxLength(64);
1082  $ti->setSize(40);
1083  $ti->setRequired(true);
1084  $ti->allowRFC822(true);
1085  $ti->setValue($ilSetting->get("admin_email"));
1086  $this->form->addItem($ti);
1087 
1088  // System support contacts
1089  $ti = new ilTextInputGUI($this->lng->txt("adm_support_contacts"), "adm_support_contacts");
1090  $ti->setMaxLength(500);
1091  $ti->setValue(ilSystemSupportContacts::getList());
1092  //$ti->setSize();
1093  $ti->setInfo($this->lng->txt("adm_support_contacts_info"));
1094  $this->form->addItem($ti);
1095 
1096  // Accessibility support contacts
1097  $ti = new ilTextInputGUI($this->lng->txt("adm_accessibility_contacts"), "accessibility_support_contacts");
1098  $ti->setMaxLength(500);
1099  $ti->setValue(ilAccessibilitySupportContacts::getList());
1100  //$ti->setSize();
1101  $ti->setInfo($this->lng->txt("adm_accessibility_contacts_info"));
1102  $this->form->addItem($ti);
1103 
1104  $this->form->addCommandButton("saveContactInformation", $lng->txt("save"));
1105 
1106  $this->form->setTitle($lng->txt("contact_data"));
1107  $this->form->setFormAction($this->ctrl->getFormAction($this));
1108  }
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 1187 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().

1187  : void
1188  {
1189  $lng = $this->lng;
1191 
1192  $this->form = new ilPropertyFormGUI();
1193  $this->form->setFormAction($this->ctrl->getFormAction($this, 'saveJavaServer'));
1194 
1195  // pdf fonts
1196  $pdf = new ilFormSectionHeaderGUI();
1197  $pdf->setTitle($this->lng->txt('rpc_pdf_generation'));
1198  $this->form->addItem($pdf);
1199 
1200  $pdf_font = new ilTextInputGUI($this->lng->txt('rpc_pdf_font'), 'rpc_pdf_font');
1201  $pdf_font->setInfo($this->lng->txt('rpc_pdf_font_info'));
1202  $pdf_font->setSize(64);
1203  $pdf_font->setMaxLength(1024);
1204  $pdf_font->setRequired(true);
1205  $pdf_font->setValue(
1206  $ilSetting->get('rpc_pdf_font', 'Helvetica, unifont')
1207  );
1208  $this->form->addItem($pdf_font);
1209 
1210  // save and cancel commands
1211  $this->form->addCommandButton("saveJavaServer", $lng->txt("save"));
1212  }
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 501 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().

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

References ILIAS\Repository\ctrl().

967  : void
968  {
969  // #13010 - this is used for external settings
970  $this->ctrl->redirectByClass("ilCronManagerGUI", "render");
971  }
+ Here is the call graph for this function:

◆ renderServerStatus()

ilObjSystemFolderGUI::renderServerStatus ( )
protected

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

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

Referenced by showServerInstallationStatusObject().

607  : void
608  {
609  global $DIC;
610  $f = $DIC->ui()->factory();
611  $r = $DIC->ui()->renderer();
612  $refinery = $DIC->refinery();
613 
614  $metric = $this->getServerStatusInfo($refinery);
615  $report = $metric->toUIReport($f, $this->lng->txt("installation_status"));
616 
617  $this->tpl->setContent($r->render($report));
618  }
ILIAS Refinery Factory $refinery
getServerStatusInfo(ILIAS\Refinery\Factory $refinery)
global $DIC
Definition: shib_login.php:22
$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 761 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().

761  : void
762  {
763  $tpl = $this->tpl;
764  $lng = $this->lng;
765  $ilCtrl = $this->ctrl;
769 
770  if (!$rbacsystem->checkAccess("write", $this->object->getRefId())) {
771  $this->tpl->setOnScreenMessage("failure", $this->lng->txt("permission_denied"), true);
772  $this->ctrl->redirectByClass(self::class);
773  //$ilErr->raiseError($this->lng->txt("permission_denied"), $ilErr->MESSAGE);
774  }
775 
776  $this->initBasicSettingsForm();
777  if ($this->form->checkInput()) {
778  $ilSetting->set("short_inst_name", $this->form->getInput("short_inst_name"));
779 
780  $public_section = ilPublicSectionSettings::getInstance();
781  $public_section->setEnabled($this->form->getInput('pub_section'));
782 
783  $domains = [];
784  foreach ((array) $this->form->getInput('public_section_domains') as $domain) {
785  if (strlen(trim($domain)) !== 0) {
786  $domains[] = $domain;
787  }
788  }
789  $public_section->setDomains($domains);
790  $public_section->save();
791 
792  $global_profiles = ($this->form->getInput("pub_section"))
793  ? (int) $this->form->getInput('enable_global_profiles')
794  : 0;
795  $ilSetting->set('enable_global_profiles', $global_profiles);
796 
797  $ilSetting->set("open_google", $this->form->getInput("open_google"));
798  $ilSetting->set("locale", $this->form->getInput("locale"));
799 
800  $this->tpl->setOnScreenMessage('success', $lng->txt("msg_obj_modified"), true);
801  $ilCtrl->redirect($this, "showBasicSettings");
802  }
803  $this->setGeneralSettingsSubTabs("basic_settings");
804  $this->form->setValuesByPost();
805  $tpl->setContent($this->form->getHtml());
806  }
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 316 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().

316  : void
317  {
318  $write_access = $this->rbacsystem->checkAccess("write", $this->object->getRefId());
319  if (!$write_access) {
320  $this->error->raiseError($this->lng->txt("permission_denied"), $this->error->MESSAGE);
321  return;
322  }
323 
324  if ($this->wrapper->post()->has(ilBenchmark::ENABLE_DB_BENCH)
325  && $this->wrapper->post()->has(ilBenchmark::DB_BENCH_USER)) {
326  $activate = $this->wrapper->post()->retrieve(ilBenchmark::ENABLE_DB_BENCH, $this->refinery->kindlyTo()->bool());
327  if ($activate) {
328  $user_name = $this->wrapper->post()->retrieve(ilBenchmark::DB_BENCH_USER, $this->refinery->kindlyTo()->string());
329  $this->bench->enableDbBenchmarkForUserName($user_name);
330  }
331  } else {
332  $this->bench->disableDbBenchmark();
333  }
334 
335  $this->tpl->setOnScreenMessage('success', $this->lng->txt("msg_obj_modified"), true);
336 
337  $this->ctrl->redirect($this, "benchmark");
338  }
+ 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 1114 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().

1114  : void
1115  {
1116  $tpl = $this->tpl;
1117  $lng = $this->lng;
1118  $ilCtrl = $this->ctrl;
1121  $ilErr = $this->error;
1122 
1123  if (!$rbacsystem->checkAccess("write", $this->object->getRefId())) {
1124  $this->tpl->setOnScreenMessage("failure", $this->lng->txt("permission_denied"), true);
1125  $this->ctrl->redirectByClass(self::class, "showContactInformation");
1126  }
1127 
1128  $this->initContactInformationForm();
1129  if ($this->form->checkInput()) {
1130  $fs = array("admin_firstname", "admin_lastname", "admin_title", "admin_position",
1131  "admin_institution", "admin_street", "admin_zipcode", "admin_city",
1132  "admin_country", "admin_phone", "admin_email");
1133  foreach ($fs as $f) {
1134  $ilSetting->set($f, $_POST[$f]);
1135  }
1136 
1137  // System support contacts
1138  ilSystemSupportContacts::setList($_POST["adm_support_contacts"]);
1139 
1140  // Accessibility support contacts
1141  ilAccessibilitySupportContacts::setList($_POST["accessibility_support_contacts"]);
1142 
1143  $this->tpl->setOnScreenMessage('success', $lng->txt("msg_obj_modified"), true);
1144  $ilCtrl->redirect($this, "showContactInformation");
1145  } else {
1146  $this->setGeneralSettingsSubTabs("contact_data");
1147  $this->form->setValuesByPost();
1148  $tpl->setContent($this->form->getHtml());
1149  }
1150  }
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 862 of file class.ilObjSystemFolderGUI.php.

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

Referenced by deleteHeaderTitlesObject().

863  {
864  global $DIC;
865  $ilCtrl = $this->ctrl;
866  $lng = $this->lng;
869 
870  if (!$rbacsystem->checkAccess("write", $this->object->getRefId())) {
871  $this->tpl->setOnScreenMessage("failure", $this->lng->txt("permission_denied"), true);
872  $this->ctrl->redirectByClass(self::class, "showHeaderTitle");
873  }
874 
875  $post = $DIC->http()->request()->getParsedBody();
876  foreach ($post["title"] as $k => $v) {
877  if ($delete && ($post["check"][$k] ?? false)) {
878  unset($post["title"][$k]);
879  unset($post["desc"][$k]);
880  unset($post["lang"][$k]);
881  if ($k == $post["default"]) {
882  unset($post["default"]);
883  }
884  }
885  }
886 
887 
888 
889  // default language set?
890  if (!isset($post["default"]) && count($post["lang"]) > 0) {
891  $this->tpl->setOnScreenMessage('failure', $lng->txt("msg_no_default_language"));
892  $this->showHeaderTitleObject(true);
893  return;
894  }
895 
896  // all languages set?
897  if (array_key_exists("", $post["lang"])) {
898  $this->tpl->setOnScreenMessage('failure', $lng->txt("msg_no_language_selected"));
899  $this->showHeaderTitleObject(true);
900  return;
901  }
902 
903  // no single language is selected more than once?
904  if (count(array_unique($post["lang"])) < count($post["lang"])) {
905  $this->tpl->setOnScreenMessage('failure', $lng->txt("msg_multi_language_selected"));
906  $this->showHeaderTitleObject(true);
907  return;
908  }
909 
910  // save the stuff
911  $this->object->removeHeaderTitleTranslations();
912  foreach ($post["title"] as $k => $v) {
913  $desc = $post["desc"][$k] ?? "";
914  $this->object->addHeaderTitleTranslation(
916  ilUtil::stripSlashes($desc),
917  ilUtil::stripSlashes($post["lang"][$k]),
918  ($post["default"] == $k)
919  );
920  }
921 
922  $this->tpl->setOnScreenMessage('success', $lng->txt("msg_obj_modified"), true);
923  $ilCtrl->redirect($this, "showHeaderTitle");
924  }
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
global $DIC
Definition: shib_login.php:22
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 1218 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().

1218  : void
1219  {
1220  $tpl = $this->tpl;
1221  $lng = $this->lng;
1222  $ilCtrl = $this->ctrl;
1225  $ilErr = $this->error;
1226 
1227  if (!$rbacsystem->checkAccess("write", $this->object->getRefId())) {
1228  $ilErr->raiseError($this->lng->txt("permission_denied"), $ilErr->MESSAGE);
1229  }
1230 
1231  $this->initJavaServerForm();
1232  if ($this->form->checkInput()) {
1233  $ilSetting->set('rpc_pdf_font', ilUtil::stripSlashes($_POST['rpc_pdf_font']));
1234  $this->tpl->setOnScreenMessage('success', $lng->txt("msg_obj_modified"), true);
1235  $ilCtrl->redirect($this, "showJavaServer");
1236 
1237  // TODO check settings, ping server
1238  } else {
1239  $this->setGeneralSettingsSubTabs("java_server");
1240  $this->form->setValuesByPost();
1241  $tpl->setContent($this->form->getHtml());
1242  }
1243  }
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 648 of file class.ilObjSystemFolderGUI.php.

References ilObjectGUI\$ctrl, and $tabs.

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

648  : void
649  {
650  $ilTabs = $this->tabs;
651  $ilCtrl = $this->ctrl;
652 
653  $ilTabs->addSubTabTarget("basic_settings", $ilCtrl->getLinkTarget($this, "showBasicSettings"));
654  $ilTabs->addSubTabTarget("header_title", $ilCtrl->getLinkTarget($this, "showHeaderTitle"));
655  $ilTabs->addSubTabTarget("contact_data", $ilCtrl->getLinkTarget($this, "showContactInformation"));
656 
657  $ilTabs->setSubTabActive($a_activate);
658  $ilTabs->setTabActive("general_settings");
659  }
+ Here is the caller graph for this function:

◆ setServerInfoSubTabs()

ilObjSystemFolderGUI::setServerInfoSubTabs (   $a_activate)

Set sub tabs for server info.

Definition at line 440 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().

440  : void
441  {
442  $ilTabs = $this->tabs;
443  $ilCtrl = $this->ctrl;
445 
446  if ($rbacsystem->checkAccess("read", $this->object->getRefId())) {
447  $ilTabs->addSubTabTarget("installation_status", $ilCtrl->getLinkTarget($this, "showServerInstallationStatus"));
448 
449  $ilTabs->addSubTabTarget("server_data", $ilCtrl->getLinkTarget($this, "showServerInfo"));
450  }
451 
452 
453  if ($rbacsystem->checkAccess("write", $this->object->getRefId())) {
454  $ilTabs->addSubTabTarget("java_server", $ilCtrl->getLinkTarget($this, "showJavaServer"));
455  }
456 
457  $ilTabs->setSubTabActive($a_activate);
458  $ilTabs->setTabActive("server");
459  }
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 142 of file class.ilObjSystemFolderGUI.php.

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

Referenced by executeCommand().

142  : void
143  {
144  $ilTabs = $this->tabs;
145  $ilCtrl = $this->ctrl;
146 
147  $ilTabs->addSubTab(
148  "system_check_sub",
149  $this->lng->txt("system_check"),
150  $ilCtrl->getLinkTarget($this, "check")
151  );
152  $ilTabs->addSubTab(
153  "no_owner",
154  $this->lng->txt("system_check_no_owner"),
155  $ilCtrl->getLinkTargetByClass("ilObjectOwnershipManagementGUI")
156  );
157 
158  $ilTabs->setSubTabActive($a_activate);
159  $ilTabs->setTabActive("system_check");
160  }
+ 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 670 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().

670  : void
671  {
672  $tpl = $this->tpl;
673 
674  $this->initBasicSettingsForm();
675  $this->setGeneralSettingsSubTabs("basic_settings");
676 
677  $tpl->setContent($this->form->getHTML());
678  }
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 983 of file class.ilObjSystemFolderGUI.php.

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

983  : void
984  {
985  $tpl = $this->tpl;
986 
988  $this->setGeneralSettingsSubTabs("contact_data");
989  $tpl->setContent($this->form->getHTML());
990  }
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 242 of file class.ilObjSystemFolderGUI.php.

References benchmarkSubTabs(), and showDbBenchResults().

242  : void
243  {
244  $this->benchmarkSubTabs("by_first_table");
245  $this->showDbBenchResults("by_first_table");
246  }
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 215 of file class.ilObjSystemFolderGUI.php.

References benchmarkSubTabs(), and showDbBenchResults().

215  : void
216  {
217  $this->benchmarkSubTabs("chronological");
218  $this->showDbBenchResults("chronological");
219  }
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 253 of file class.ilObjSystemFolderGUI.php.

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

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

253  : void
254  {
255  $tpl = $this->tpl;
256 
257  $ilBench = $this->bench;
258  $rec = $ilBench->getDbBenchRecords();
259 
260  $table = new ilBenchmarkTableGUI($this, "benchmark", $rec, $a_mode);
261  $tpl->setContent($table->getHTML());
262  }
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 224 of file class.ilObjSystemFolderGUI.php.

References benchmarkSubTabs(), and showDbBenchResults().

224  : void
225  {
226  $this->benchmarkSubTabs("slowest_first");
227  $this->showDbBenchResults("slowest_first");
228  }
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 233 of file class.ilObjSystemFolderGUI.php.

References benchmarkSubTabs(), and showDbBenchResults().

233  : void
234  {
235  $this->benchmarkSubTabs("sorted_by_sql");
236  $this->showDbBenchResults("sorted_by_sql");
237  }
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 817 of file class.ilObjSystemFolderGUI.php.

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

Referenced by addHeaderTitleObject(), and saveHeaderTitlesObject().

820  : void {
821  $tpl = $this->tpl;
822  $this->setGeneralSettingsSubTabs("header_title");
823  $table = new ilInstallationHeadingTableGUI($this, "showHeaderTitle", false);
824  $post = $this->gui->http()->request()->getParsedBody();
825  if ($a_get_post_values) {
826  $vals = array();
827  foreach (($post["title"] ?? []) as $k => $v) {
828  $def = $post["default"] ?? "";
829  $vals[] = array("title" => $v,
830  "desc" => ($post["desc"][$k] ?? ""),
831  "lang" => ($post["lang"][$k] ?? ""),
832  "default" => ($def == $k));
833  }
834  if ($add_entry) {
835  $vals[] = array("title" => "",
836  "desc" => "",
837  "lang" => "",
838  "default" => false);
839  }
840  $table->setData($vals);
841  } else {
842  $data = $this->object->getHeaderTitleTranslations();
843  if (isset($data["Fobject"]) && is_array($data["Fobject"])) {
844  foreach ($data["Fobject"] as $k => $v) {
845  if ($k == $data["default_language"]) {
846  $data["Fobject"][$k]["default"] = true;
847  } else {
848  $data["Fobject"][$k]["default"] = false;
849  }
850  }
851  } else {
852  $data["Fobject"] = array();
853  }
854  $table->setData($data["Fobject"]);
855  }
856  $tpl->setContent($table->getHTML());
857  }
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 1161 of file class.ilObjSystemFolderGUI.php.

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

1161  : void
1162  {
1163  $tpl = $this->tpl;
1164 
1165  $tpl->addBlockFile('ADM_CONTENT', 'adm_content', 'tpl.java_settings.html', 'components/ILIAS/SystemFolder');
1166 
1167  $GLOBALS['lng']->loadLanguageModule('search');
1168 
1169  $this->initJavaServerForm();
1170  $this->setServerInfoSubTabs("java_server");
1171  $tpl->setVariable('SETTINGS_TABLE', $this->form->getHTML());
1172  }
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 421 of file class.ilObjSystemFolderGUI.php.

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

421  : void
422  {
424  if ($rbacsystem->checkAccess("read", $this->object->getRefId())) {
425  phpinfo();
426  exit;
427  }
428  }
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
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
+ Here is the call graph for this function:

◆ showServerInstallationStatusObject()

ilObjSystemFolderGUI::showServerInstallationStatusObject ( )
protected

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

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

598  : void
599  {
601  if ($rbacsystem->checkAccess("read", $this->object->getRefId())) {
602  $this->setServerInfoSubTabs("installation_status");
603  $this->renderServerStatus();
604  }
605  }
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 1277 of file class.ilObjSystemFolderGUI.php.

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

1277  : void
1278  {
1279  $vcInfo = [];
1281  if ($rbacsystem->checkAccess("read", $this->object->getRefId())) {
1282  foreach ([new ilGitInformation()] as $vc) {
1283  $html = $vc->getInformationAsHtml();
1284  if ($html) {
1285  $vcInfo[] = $html;
1286  }
1287  }
1288 
1289  if ($vcInfo !== []) {
1290  $this->tpl->setOnScreenMessage('info', implode("<br />", $vcInfo));
1291  } else {
1292  $this->tpl->setOnScreenMessage('info', $this->lng->txt('vc_information_not_determined'));
1293  }
1294 
1295  $this->showServerInfoObject();
1296  }
1297  }
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 344 of file class.ilObjSystemFolderGUI.php.

References ILIAS\Repository\ctrl().

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

◆ viewObject()

ilObjSystemFolderGUI::viewObject ( )

show admin subpanels and basic settings form

public

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

References ilObjectGUI\$access, and showBasicSettingsObject().

128  : void
129  {
130  $ilAccess = $this->access;
131 
132  if ($ilAccess->checkAccess("read", "", $this->object->getRefId())) {
133  $this->showBasicSettingsObject();
134  return;
135  }
136  $this->showServerInfoObject();
137  }
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 45 of file class.ilObjSystemFolderGUI.php.

Referenced by initServerInfoForm().

◆ $content_style_domain

ILIAS Style Content Object ObjectFacade ilObjSystemFolderGUI::$content_style_domain
protected

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

◆ $db

ilDBInterface ilObjSystemFolderGUI::$db
protected

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

◆ $error

◆ $form

ilPropertyFormGUI ilObjSystemFolderGUI::$form
protected

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

◆ $gui

ILIAS Repository InternalGUIService ilObjSystemFolderGUI::$gui
protected

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

◆ $help

ilHelpGUI ilObjSystemFolderGUI::$help
protected

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

Referenced by getAdminTabs().

◆ $obj_definition

ilObjectDefinition ilObjSystemFolderGUI::$obj_definition
protected

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

◆ $rbacsystem

◆ $refinery

ILIAS Refinery Factory ilObjSystemFolderGUI::$refinery
protected

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

◆ $style_definition

ilStyleDefinition ilObjSystemFolderGUI::$style_definition
protected

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

◆ $tabs

ilTabsGUI ilObjSystemFolderGUI::$tabs
protected

◆ $type

string ilObjSystemFolderGUI::$type

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

◆ $wrapper

ILIAS HTTP Wrapper WrapperFactory ilObjSystemFolderGUI::$wrapper
protected

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


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