ILIAS
release_8 Revision v8.19
|
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... | |
viewScanLogObject () | |
setSystemCheckSubTabs ($a_activate) | |
Set sub tabs for general settings. More... | |
checkObject () | |
displays system check menu More... | |
changeHeaderTitleObject () | |
edit header title form More... | |
saveHeaderTitleObject () | |
save header title More... | |
cancelObject () | |
addHeaderTitleTranslationObject () | |
adds a translation form & save post vars to session More... | |
removeTranslationObject () | |
removes a translation form & save post vars to session More... | |
startValidator ($a_mode, $a_log) | |
viewScanLog () | |
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 ($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... | |
![]() | |
__construct ($data, int $id=0, bool $call_by_reference=true, bool $prepare_output=true) | |
getRefId () | |
setAdminMode (string $mode) | |
getAdminMode () | |
getObject () | |
executeCommand () | |
withReferences () | |
determines whether objects are referenced or not (got ref ids or not) More... | |
setCreationMode (bool $mode=true) | |
if true, a creation screen is displayed the current [ref_id] don't belong to the current class! The mode is determined in ilRepositoryGUI More... | |
getCreationMode () | |
prepareOutput (bool $show_sub_objects=true) | |
getAdminTabs () | |
administration tabs show only permissions and trash folder More... | |
getHTML () | |
confirmedDeleteObject () | |
confirmed deletion of object -> objects are moved to trash or deleted immediately, if trash is disabled More... | |
cancelDeleteObject () | |
cancel deletion of object More... | |
cancelObject () | |
cancel action and go back to previous page More... | |
createObject () | |
create new object form More... | |
cancelCreation () | |
cancel create action and go back to repository parent More... | |
saveObject () | |
getDidacticTemplateVar (string $type) | |
Get didactic template setting from creation screen. More... | |
putObjectInTree (ilObject $obj, int $parent_node_id=null) | |
Add object to tree at given position. More... | |
editObject () | |
addExternalEditFormCustom (ilPropertyFormGUI $form) | |
updateObject () | |
updates object entry in object_data More... | |
getFormAction (string $cmd, string $default_form_action="") | |
Get form action for command (command is method name without "Object", e.g. More... | |
isVisible (int $ref_id, string $type) | |
viewObject () | |
viewObject container presentation for "administration -> repository, trash, permissions" More... | |
deleteObject (bool $error=false) | |
Display deletion confirmation screen. More... | |
setColumnSettings (ilColumnGUI $column_gui) | |
redirectAfterCreation () | |
Redirect after creation, see https://docu.ilias.de/goto_docu_wiki_wpage_5035_1357.html Should be overwritten and redirect to settings screen. More... | |
addToDeskObject () | |
removeFromDeskObject () | |
![]() | |
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 | ALLOWED_TAGS_IN_TITLE_AND_DESCRIPTION |
const | ADMIN_MODE_NONE = "" |
const | ADMIN_MODE_SETTINGS = "settings" |
const | ADMIN_MODE_REPOSITORY = "repository" |
const | UPLOAD_TYPE_LOCAL = 1 |
const | UPLOAD_TYPE_UPLOAD_DIRECTORY = 2 |
const | CFORM_NEW = 1 |
const | CFORM_IMPORT = 2 |
const | CFORM_CLONE = 3 |
Protected Member Functions | |
showServerInstallationStatusObject () | |
renderServerStatus () | |
getServerStatusInfo (ILIAS\Refinery\Factory $refinery) | |
showVcsInformationObject () | |
![]() | |
getObjectService () | |
assignObject () | |
setTitleAndDescription () | |
initHeaderAction (?string $sub_type=null, ?int $sub_id=null) | |
Add header action menu. More... | |
insertHeaderAction (?ilObjectListGUI $list_gui=null) | |
Insert header action into main template. More... | |
addHeaderAction () | |
Add header action menu. More... | |
redrawHeaderActionObject () | |
Ajax call: redraw action header only. More... | |
setTabs () | |
set admin tabs More... | |
setAdminTabs () | |
set admin tabs More... | |
setLocator () | |
addLocatorItems () | |
should be overwritten to add object specific items (repository items are preloaded) More... | |
omitLocator (bool $omit=true) | |
addAdminLocatorItems (bool $do_not_add_object=false) | |
should be overwritten to add object specific items (repository items are preloaded) More... | |
initCreationForms (string $new_type) | |
Init creation forms. More... | |
getCreationFormsHTML (array $forms) | |
Get HTML for creation forms (accordion) More... | |
initCreateForm (string $new_type) | |
initDidacticTemplate (ilPropertyFormGUI $form) | |
addDidacticTemplateOptions (array &$a_options) | |
Add custom templates. More... | |
afterSave (ilObject $new_object) | |
Post (successful) object creation hook. More... | |
initEditForm () | |
initEditCustomForm (ilPropertyFormGUI $a_form) | |
Add custom fields to update form. More... | |
getEditFormValues () | |
getEditFormCustomValues (array &$a_values) | |
Add values to custom edit fields. More... | |
validateCustom (ilPropertyFormGUI $form) | |
Validate custom values (if not possible with checkInput()) More... | |
updateCustom (ilPropertyFormGUI $form) | |
Insert custom update form values into object. More... | |
afterUpdate () | |
Post (successful) object update hook. More... | |
initImportForm (string $new_type) | |
importFileObject (int $parent_id=null) | |
afterImport (ilObject $new_object) | |
Post (successful) object import hook. More... | |
setFormAction (string $cmd, string $form_action) | |
getReturnLocation (string $cmd, string $default_location="") | |
Get return location for command (command is method name without "Object", e.g. More... | |
setReturnLocation (string $cmd, string $location) | |
set specific return location for command More... | |
getTargetFrame (string $cmd, string $default_target_frame="") | |
get target frame for command (command is method name without "Object", e.g. More... | |
setTargetFrame (string $cmd, string $target_frame) | |
Set specific target frame for command. More... | |
showPossibleSubObjects () | |
show possible sub objects (pull down menu) More... | |
getTabs () | |
overwrite in derived GUI class of your object type More... | |
redirectToRefId (int $ref_id, string $cmd="") | |
redirects to (repository) view per ref id usually to a container and usually used at the end of a save/import method where the object gui type (of the new object) doesn't match with the type of the current ["ref_id"] value of the request More... | |
fillCloneTemplate (?string $tpl_name, string $type) | |
Fill object clone template This method can be called from any object GUI class that wants to offer object cloning. More... | |
getCenterColumnHTML () | |
Get center column. More... | |
getRightColumnHTML () | |
Display right column. More... | |
checkPermission (string $perm, string $cmd="", string $type="", ?int $ref_id=null) | |
checkPermissionBool (string $perm, string $cmd="", string $type="", ?int $ref_id=null) | |
enableDragDropFileUpload () | |
Enables the file upload into this object by dropping files. More... | |
showCustomIconsEditing ( $input_colspan=1, ilPropertyFormGUI $form=null, $as_section=true) | |
show edit section of custom icons for container More... | |
Private Member Functions | |
saveCheckParamsObject () | |
writeCheckParams () | |
saveCheckCronObject () | |
Class ilObjSystemFolderGUI.
ilObjSystemFolderGUI: ilPermissionGUI, ilImprintGUI 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 93 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 1794 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 1476 of file class.ilObjSystemFolderGUI.php.
References showHeaderTitleObject().
ilObjSystemFolderGUI::addHeaderTitleTranslationObject | ( | ) |
adds a translation form & save post vars to session
public
Definition at line 641 of file class.ilObjSystemFolderGUI.php.
References ILIAS\Repository\ctrl().
ilObjSystemFolderGUI::benchmarkObject | ( | ) |
Benchmark settings.
Definition at line 738 of file class.ilObjSystemFolderGUI.php.
References ilObjectGUI\$ctrl, $error, $ilErr, $ilSetting, ilObjectGUI\$lng, $rbacsystem, ilObjectGUI\$settings, ilObjectGUI\$tpl, ilObjUser\_lookupLogin(), benchmarkSubTabs(), ilBenchmark\DB_BENCH_USER, ilBenchmark\ENABLE_DB_BENCH, ILIAS\Repository\form(), ILIAS\Repository\int(), ILIAS\Repository\lng(), ilCheckboxInputGUI\setChecked(), ilGlobalTemplateInterface\setContent(), and ilLanguage\txt().
ilObjSystemFolderGUI::benchmarkSubTabs | ( | $a_current | ) |
Benchmark sub tabs.
Definition at line 836 of file class.ilObjSystemFolderGUI.php.
References $bench, ilObjectGUI\$ctrl, ilObjectGUI\$lng, $tabs, and ilLanguage\txt().
Referenced by benchmarkObject(), showDbBenchByFirstTableObject(), showDbBenchChronologicalObject(), showDbBenchSlowestFirstObject(), and showDbBenchSortedBySqlObject().
ilObjSystemFolderGUI::cancelObject | ( | ) |
Definition at line 631 of file class.ilObjSystemFolderGUI.php.
References ILIAS\Repository\ctrl().
ilObjSystemFolderGUI::changeHeaderTitleObject | ( | ) |
edit header title form
private
Definition at line 453 of file class.ilObjSystemFolderGUI.php.
References $_GET, ilObjectGUI\$data, ILIAS\LTI\ToolProvider\$key, $rbacsystem, $style_definition, ilMDLanguageItem\_getLanguages(), ILIAS\Repository\ctrl(), ILIAS\Repository\lng(), ilLegacyFormElementsUtil\prepareFormOutput(), and ilUtil\stripSlashes().
ilObjSystemFolderGUI::checkObject | ( | ) |
displays system check menu
public
Definition at line 235 of file class.ilObjSystemFolderGUI.php.
References $db, $error, $ilDB, $ilErr, $ilSetting, $ilUser, $obj_definition, $rbacsystem, ilObjectGUI\$settings, ilObjectGUI\$user, ILIAS\Repository\ctrl(), ilLegacyFormElementsUtil\formSelect(), ilObjectPlugin\getPluginObjectByType(), ILIAS\Repository\lng(), setSystemCheckSubTabs(), ilRadioGroupInputGUI\setValue(), startValidator(), and writeCheckParams().
Referenced by saveCheckCronObject(), and saveCheckParamsObject().
ilObjSystemFolderGUI::clearBenchObject | ( | ) |
delete all benchmark records
Definition at line 914 of file class.ilObjSystemFolderGUI.php.
References $bench, and saveBenchSettingsObject().
ilObjSystemFolderGUI::createJavaServerIniObject | ( | ) |
Create a server ini file.
Definition at line 1724 of file class.ilObjSystemFolderGUI.php.
References ILIAS\Repository\form(), and setGeneralSettingsSubTabs().
ilObjSystemFolderGUI::deleteHeaderTitlesObject | ( | ) |
Remove header titles.
Definition at line 1485 of file class.ilObjSystemFolderGUI.php.
References ilObjectGUI\$ctrl, ilObjectGUI\$lng, and saveHeaderTitlesObject().
ilObjSystemFolderGUI::executeCommand | ( | ) |
Definition at line 125 of file class.ilObjSystemFolderGUI.php.
References $tabs, ilObjectGUI\checkPermissionBool(), ILIAS\Repository\ctrl(), ILIAS\Repository\lng(), ilObjectGUI\prepareOutput(), and setSystemCheckSubTabs().
ilObjSystemFolderGUI::getAdminTabs | ( | ) |
Definition at line 922 of file class.ilObjSystemFolderGUI.php.
References $help, $rbacsystem, ILIAS\Repository\ctrl(), and ILIAS\Repository\object().
|
protected |
Definition at line 1170 of file class.ilObjSystemFolderGUI.php.
References ilObjectGUI\$data, and ilObjectGUI\$lng.
Referenced by renderServerStatus().
ilObjSystemFolderGUI::initContactInformationForm | ( | ) |
Init contact information form.
Definition at line 1542 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 1733 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 1054 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(), ilNonEditableValueGUI\setValue(), and ilLanguage\txt().
Referenced by setServerInfoSubTabs().
ilObjSystemFolderGUI::jumpToCronJobsObject | ( | ) |
Definition at line 1514 of file class.ilObjSystemFolderGUI.php.
References ILIAS\Repository\ctrl().
ilObjSystemFolderGUI::removeTranslationObject | ( | ) |
removes a translation form & save post vars to session
public
Definition at line 655 of file class.ilObjSystemFolderGUI.php.
References $_GET, and ILIAS\Repository\ctrl().
|
protected |
Definition at line 1157 of file class.ilObjSystemFolderGUI.php.
References $DIC, Vendor\Package\$f, getServerStatusInfo(), and ILIAS\Repository\lng().
Referenced by showServerInstallationStatusObject().
ilObjSystemFolderGUI::saveBasicSettingsObject | ( | ) |
Save basic settings form.
Definition at line 1312 of file class.ilObjSystemFolderGUI.php.
References ilObjectGUI\$ctrl, $error, $ilErr, $ilSetting, ilObjectGUI\$lng, $rbacsystem, ilObjectGUI\$settings, ilObjectGUI\$tpl, ILIAS\Repository\form(), ilPublicSectionSettings\getInstance(), ILIAS\Repository\lng(), ilGlobalTemplateInterface\setContent(), setGeneralSettingsSubTabs(), and ilLanguage\txt().
ilObjSystemFolderGUI::saveBenchSettingsObject | ( | ) |
Save benchmark settings.
Definition at line 882 of file class.ilObjSystemFolderGUI.php.
References ILIAS\Repository\ctrl(), ilBenchmark\DB_BENCH_USER, ilBenchmark\ENABLE_DB_BENCH, ILIAS\Repository\lng(), and ILIAS\Repository\refinery().
Referenced by clearBenchObject().
|
private |
Definition at line 437 of file class.ilObjSystemFolderGUI.php.
References $ilSetting, ilObjectGUI\$settings, and checkObject().
|
private |
Definition at line 402 of file class.ilObjSystemFolderGUI.php.
References checkObject(), and writeCheckParams().
ilObjSystemFolderGUI::saveContactInformationObject | ( | ) |
Save contact information form.
Definition at line 1661 of file class.ilObjSystemFolderGUI.php.
References ilObjectGUI\$ctrl, $error, Vendor\Package\$f, $ilErr, $ilSetting, ilObjectGUI\$lng, $rbacsystem, ilObjectGUI\$settings, ilObjectGUI\$tpl, ILIAS\Repository\form(), initContactInformationForm(), ILIAS\Repository\lng(), ilGlobalTemplateInterface\setContent(), setGeneralSettingsSubTabs(), ilAccessibilitySupportContacts\setList(), ilSystemSupportContacts\setList(), and ilLanguage\txt().
ilObjSystemFolderGUI::saveHeaderTitleObject | ( | ) |
save header title
Definition at line 579 of file class.ilObjSystemFolderGUI.php.
References ilObjectGUI\$data, $error, $ilErr, ILIAS\LTI\ToolProvider\$key, ILIAS\Repository\ctrl(), ILIAS\Repository\lng(), and ilUtil\stripSlashes().
ilObjSystemFolderGUI::saveHeaderTitlesObject | ( | $delete = false | ) |
Save header titles.
Definition at line 1410 of file class.ilObjSystemFolderGUI.php.
References ilObjectGUI\$ctrl, $DIC, $error, $ilErr, ilObjectGUI\$lng, $post, $rbacsystem, ILIAS\Repository\lng(), showHeaderTitleObject(), ilUtil\stripSlashes(), and ilLanguage\txt().
Referenced by deleteHeaderTitlesObject().
ilObjSystemFolderGUI::saveJavaServerObject | ( | ) |
Save java server form.
Definition at line 1764 of file class.ilObjSystemFolderGUI.php.
References ilObjectGUI\$ctrl, $error, $ilErr, $ilSetting, ilObjectGUI\$lng, $rbacsystem, ilObjectGUI\$settings, ilObjectGUI\$tpl, ILIAS\Repository\form(), initJavaServerForm(), ILIAS\Repository\lng(), ilGlobalTemplateInterface\setContent(), setGeneralSettingsSubTabs(), ilUtil\stripSlashes(), and ilLanguage\txt().
ilObjSystemFolderGUI::setGeneralSettingsSubTabs | ( | $a_activate | ) |
Set sub tabs for general settings.
Definition at line 1198 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 1000 of file class.ilObjSystemFolderGUI.php.
References ilObjectGUI\$ctrl, $rbacsystem, $tabs, ilObjectGUI\$toolbar, ilObjectGUI\$tpl, ILIAS\Repository\ctrl(), ILIAS\Repository\form(), ilLinkButton\getInstance(), initServerInfoForm(), and ilGlobalTemplateInterface\setContent().
Referenced by showJavaServerObject(), and showServerInstallationStatusObject().
ilObjSystemFolderGUI::setSystemCheckSubTabs | ( | $a_activate | ) |
Set sub tabs for general settings.
Definition at line 210 of file class.ilObjSystemFolderGUI.php.
References ilObjectGUI\$ctrl, $tabs, and ILIAS\Repository\lng().
Referenced by checkObject(), and executeCommand().
ilObjSystemFolderGUI::showBasicSettingsObject | ( | ) |
Show basic settings.
Definition at line 1221 of file class.ilObjSystemFolderGUI.php.
References $ilSetting, ilObjectGUI\$lng, ilObjectGUI\$settings, ilObjectGUI\$tpl, ILIAS\Repository\ctrl(), ILIAS\Repository\form(), ilPublicSectionSettings\getInstance(), ilRobotSettings\getInstance(), ILIAS\Repository\lng(), ilLanguage\loadLanguageModule(), ilGlobalTemplateInterface\setContent(), setGeneralSettingsSubTabs(), ilFormPropertyGUI\setInfo(), and ilLanguage\txt().
Referenced by viewObject().
ilObjSystemFolderGUI::showContactInformationObject | ( | ) |
Show contact information.
Definition at line 1530 of file class.ilObjSystemFolderGUI.php.
References ilObjectGUI\$tpl, ILIAS\Repository\form(), initContactInformationForm(), ilGlobalTemplateInterface\setContent(), and setGeneralSettingsSubTabs().
ilObjSystemFolderGUI::showDbBenchByFirstTableObject | ( | ) |
Show db benchmark results.
Definition at line 808 of file class.ilObjSystemFolderGUI.php.
References benchmarkSubTabs(), and showDbBenchResults().
ilObjSystemFolderGUI::showDbBenchChronologicalObject | ( | ) |
Show db benchmark results.
Definition at line 781 of file class.ilObjSystemFolderGUI.php.
References benchmarkSubTabs(), and showDbBenchResults().
ilObjSystemFolderGUI::showDbBenchResults | ( | $a_mode | ) |
Show Db Benchmark Results.
string | mode |
Definition at line 819 of file class.ilObjSystemFolderGUI.php.
References $bench, ilObjectGUI\$tpl, and ilGlobalTemplateInterface\setContent().
Referenced by showDbBenchByFirstTableObject(), showDbBenchChronologicalObject(), showDbBenchSlowestFirstObject(), and showDbBenchSortedBySqlObject().
ilObjSystemFolderGUI::showDbBenchSlowestFirstObject | ( | ) |
Show db benchmark results.
Definition at line 790 of file class.ilObjSystemFolderGUI.php.
References benchmarkSubTabs(), and showDbBenchResults().
ilObjSystemFolderGUI::showDbBenchSortedBySqlObject | ( | ) |
Show db benchmark results.
Definition at line 799 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 1366 of file class.ilObjSystemFolderGUI.php.
References ilObjectGUI\$data, ilObjectGUI\$tpl, ilGlobalTemplateInterface\setContent(), and setGeneralSettingsSubTabs().
Referenced by addHeaderTitleObject(), and saveHeaderTitlesObject().
ilObjSystemFolderGUI::showJavaServerObject | ( | ) |
Show Java Server Settings.
Definition at line 1707 of file class.ilObjSystemFolderGUI.php.
References $GLOBALS, ilObjectGUI\$tpl, ilGlobalTemplateInterface\addBlockFile(), ILIAS\Repository\form(), initJavaServerForm(), setServerInfoSubTabs(), and ilGlobalTemplateInterface\setVariable().
ilObjSystemFolderGUI::showPHPInfoObject | ( | ) |
Show PHP Information.
Definition at line 984 of file class.ilObjSystemFolderGUI.php.
References exit.
|
protected |
Definition at line 1151 of file class.ilObjSystemFolderGUI.php.
References renderServerStatus(), and setServerInfoSubTabs().
|
protected |
Definition at line 1823 of file class.ilObjSystemFolderGUI.php.
References ilObjectGUI\$html, and ILIAS\Repository\lng().
ilObjSystemFolderGUI::startValidator | ( | $a_mode, | |
$a_log | |||
) |
Definition at line 663 of file class.ilObjSystemFolderGUI.php.
References $error, $ilErr, $rbacsystem, ILIAS\Repository\ctrl(), and ILIAS\Repository\lng().
Referenced by checkObject().
ilObjSystemFolderGUI::switchBenchModuleObject | ( | ) |
save benchmark settings
Definition at line 904 of file class.ilObjSystemFolderGUI.php.
References ILIAS\Repository\ctrl().
ilObjSystemFolderGUI::viewObject | ( | ) |
show admin subpanels and basic settings form
public
Definition at line 191 of file class.ilObjSystemFolderGUI.php.
References ilObjectGUI\$access, and showBasicSettingsObject().
ilObjSystemFolderGUI::viewScanLog | ( | ) |
Definition at line 709 of file class.ilObjSystemFolderGUI.php.
References ILIAS\Repository\lng().
Referenced by viewScanLogObject().
ilObjSystemFolderGUI::viewScanLogObject | ( | ) |
Definition at line 202 of file class.ilObjSystemFolderGUI.php.
References viewScanLog().
|
private |
Definition at line 409 of file class.ilObjSystemFolderGUI.php.
References $ilUser, ILIAS\LTI\ToolProvider\$key, ilObjectGUI\$user, and ILIAS\Repository\int().
Referenced by checkObject(), and saveCheckParamsObject().
|
protected |
Definition at line 83 of file class.ilObjSystemFolderGUI.php.
Referenced by benchmarkSubTabs(), clearBenchObject(), and showDbBenchResults().
|
protected |
Definition at line 78 of file class.ilObjSystemFolderGUI.php.
Referenced by initServerInfoForm().
|
protected |
Definition at line 38 of file class.ilObjSystemFolderGUI.php.
|
protected |
Definition at line 63 of file class.ilObjSystemFolderGUI.php.
Referenced by checkObject().
|
protected |
Definition at line 58 of file class.ilObjSystemFolderGUI.php.
Referenced by benchmarkObject(), checkObject(), saveBasicSettingsObject(), saveContactInformationObject(), saveHeaderTitleObject(), saveHeaderTitlesObject(), saveJavaServerObject(), and startValidator().
|
protected |
Definition at line 73 of file class.ilObjSystemFolderGUI.php.
Referenced by getAdminTabs().
|
protected |
Definition at line 53 of file class.ilObjSystemFolderGUI.php.
Referenced by checkObject().
|
protected |
Definition at line 48 of file class.ilObjSystemFolderGUI.php.
Referenced by benchmarkObject(), changeHeaderTitleObject(), checkObject(), getAdminTabs(), saveBasicSettingsObject(), saveContactInformationObject(), saveHeaderTitlesObject(), saveJavaServerObject(), setServerInfoSubTabs(), and startValidator().
Definition at line 87 of file class.ilObjSystemFolderGUI.php.
|
protected |
Definition at line 68 of file class.ilObjSystemFolderGUI.php.
Referenced by changeHeaderTitleObject().
|
protected |
Definition at line 43 of file class.ilObjSystemFolderGUI.php.
Referenced by benchmarkSubTabs(), executeCommand(), setGeneralSettingsSubTabs(), setServerInfoSubTabs(), and setSystemCheckSubTabs().
string ilObjSystemFolderGUI::$type |
Definition at line 85 of file class.ilObjSystemFolderGUI.php.
|
protected |
Definition at line 86 of file class.ilObjSystemFolderGUI.php.