ILIAS
trunk Revision v11.0_alpha-1846-g895b5f47236
|
Class ilObjSystemFolderGUI. More...
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... | |
![]() | |
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 () | |
![]() | |
callCreationCallback (\ilObject $object, \ilObjectDefinition $obj_definition, int $requested_crtcb) | |
Static Public Member Functions | |
static | _goto () |
goto target group More... | |
![]() | |
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 |
![]() | |
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 () | |
![]() | |
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) | |
Class ilObjSystemFolderGUI.
ilObjSystemFolderGUI: ilPermissionGUI ilObjSystemFolderGUI: ilObjectOwnershipManagementGUI, ilCronManagerGUI
Definition at line 33 of file class.ilObjSystemFolderGUI.php.
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().
|
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().
ilObjSystemFolderGUI::addHeaderTitleObject | ( | ) |
Add a header title.
Definition at line 929 of file class.ilObjSystemFolderGUI.php.
References showHeaderTitleObject().
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().
ilObjSystemFolderGUI::benchmarkSubTabs | ( | $a_current | ) |
Benchmark sub tabs.
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().
ilObjSystemFolderGUI::cancelObject | ( | ) |
Definition at line 162 of file class.ilObjSystemFolderGUI.php.
References ILIAS\Repository\ctrl().
ilObjSystemFolderGUI::clearBenchObject | ( | ) |
delete all benchmark records
Definition at line 354 of file class.ilObjSystemFolderGUI.php.
References $bench, ilBenchmark\clearData(), and saveBenchSettingsObject().
ilObjSystemFolderGUI::createJavaServerIniObject | ( | ) |
Create a server ini file.
Definition at line 1178 of file class.ilObjSystemFolderGUI.php.
References ILIAS\Repository\form(), and setGeneralSettingsSubTabs().
ilObjSystemFolderGUI::deleteHeaderTitlesObject | ( | ) |
Remove header titles.
Definition at line 938 of file class.ilObjSystemFolderGUI.php.
References ilObjectGUI\$ctrl, ilObjectGUI\$lng, and saveHeaderTitlesObject().
ilObjSystemFolderGUI::executeCommand | ( | ) |
Definition at line 88 of file class.ilObjSystemFolderGUI.php.
References $tabs, ILIAS\Repository\ctrl(), ilObjectGUI\prepareOutput(), and setSystemCheckSubTabs().
ilObjSystemFolderGUI::getAdminTabs | ( | ) |
Definition at line 362 of file class.ilObjSystemFolderGUI.php.
References $help, $rbacsystem, ilRbacSystem\checkAccess(), ILIAS\Repository\ctrl(), and ILIAS\Repository\object().
|
protected |
Definition at line 620 of file class.ilObjSystemFolderGUI.php.
References ilObjectGUI\$data, and ilObjectGUI\$lng.
Referenced by renderServerStatus().
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().
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().
ilObjSystemFolderGUI::initServerInfoForm | ( | ) |
Init server info form.
int | $a_mode | Edit 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().
ilObjSystemFolderGUI::jumpToCronJobsObject | ( | ) |
Definition at line 967 of file class.ilObjSystemFolderGUI.php.
References ILIAS\Repository\ctrl().
|
protected |
Definition at line 607 of file class.ilObjSystemFolderGUI.php.
References $DIC, Vendor\Package\$f, $r, getServerStatusInfo(), and ILIAS\Repository\lng().
Referenced by showServerInstallationStatusObject().
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().
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().
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().
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().
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().
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().
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().
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().
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().
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().
ilObjSystemFolderGUI::showDbBenchByFirstTableObject | ( | ) |
Show db benchmark results.
Definition at line 242 of file class.ilObjSystemFolderGUI.php.
References benchmarkSubTabs(), and showDbBenchResults().
ilObjSystemFolderGUI::showDbBenchChronologicalObject | ( | ) |
Show db benchmark results.
Definition at line 215 of file class.ilObjSystemFolderGUI.php.
References benchmarkSubTabs(), and showDbBenchResults().
ilObjSystemFolderGUI::showDbBenchResults | ( | $a_mode | ) |
Show Db Benchmark Results.
string | mode |
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().
ilObjSystemFolderGUI::showDbBenchSlowestFirstObject | ( | ) |
Show db benchmark results.
Definition at line 224 of file class.ilObjSystemFolderGUI.php.
References benchmarkSubTabs(), and showDbBenchResults().
ilObjSystemFolderGUI::showDbBenchSortedBySqlObject | ( | ) |
Show db benchmark results.
Definition at line 233 of file class.ilObjSystemFolderGUI.php.
References benchmarkSubTabs(), and showDbBenchResults().
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().
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().
ilObjSystemFolderGUI::showPHPInfoObject | ( | ) |
Show PHP Information.
Definition at line 421 of file class.ilObjSystemFolderGUI.php.
References $rbacsystem, ilRbacSystem\checkAccess(), and exit.
|
protected |
Definition at line 598 of file class.ilObjSystemFolderGUI.php.
References $rbacsystem, ilRbacSystem\checkAccess(), renderServerStatus(), and setServerInfoSubTabs().
|
protected |
Definition at line 1277 of file class.ilObjSystemFolderGUI.php.
References ilObjectGUI\$html, $rbacsystem, ilRbacSystem\checkAccess(), and ILIAS\Repository\lng().
ilObjSystemFolderGUI::switchBenchModuleObject | ( | ) |
save benchmark settings
Definition at line 344 of file class.ilObjSystemFolderGUI.php.
References ILIAS\Repository\ctrl().
ilObjSystemFolderGUI::viewObject | ( | ) |
show admin subpanels and basic settings form
public
Definition at line 128 of file class.ilObjSystemFolderGUI.php.
References ilObjectGUI\$access, and showBasicSettingsObject().
|
protected |
Definition at line 46 of file class.ilObjSystemFolderGUI.php.
Referenced by benchmarkSubTabs(), clearBenchObject(), and showDbBenchResults().
|
protected |
Definition at line 45 of file class.ilObjSystemFolderGUI.php.
Referenced by initServerInfoForm().
Definition at line 37 of file class.ilObjSystemFolderGUI.php.
|
protected |
Definition at line 42 of file class.ilObjSystemFolderGUI.php.
|
protected |
Definition at line 41 of file class.ilObjSystemFolderGUI.php.
Referenced by saveBasicSettingsObject(), saveContactInformationObject(), saveHeaderTitlesObject(), and saveJavaServerObject().
|
protected |
Definition at line 36 of file class.ilObjSystemFolderGUI.php.
|
protected |
Definition at line 35 of file class.ilObjSystemFolderGUI.php.
|
protected |
Definition at line 44 of file class.ilObjSystemFolderGUI.php.
Referenced by getAdminTabs().
|
protected |
Definition at line 40 of file class.ilObjSystemFolderGUI.php.
|
protected |
Definition at line 39 of file class.ilObjSystemFolderGUI.php.
Referenced by getAdminTabs(), saveBasicSettingsObject(), saveContactInformationObject(), saveHeaderTitlesObject(), saveJavaServerObject(), setServerInfoSubTabs(), showPHPInfoObject(), showServerInstallationStatusObject(), and showVcsInformationObject().
Definition at line 49 of file class.ilObjSystemFolderGUI.php.
|
protected |
Definition at line 43 of file class.ilObjSystemFolderGUI.php.
|
protected |
Definition at line 38 of file class.ilObjSystemFolderGUI.php.
Referenced by benchmarkSubTabs(), executeCommand(), setGeneralSettingsSubTabs(), setServerInfoSubTabs(), and setSystemCheckSubTabs().
string ilObjSystemFolderGUI::$type |
Definition at line 47 of file class.ilObjSystemFolderGUI.php.
|
protected |
Definition at line 48 of file class.ilObjSystemFolderGUI.php.