|
ILIAS
Release_4_0_x_branch Revision 61816
|
Class ilObjSystemFolderGUI. More...
Inheritance diagram for ilObjSystemFolderGUI:
Collaboration diagram for ilObjSystemFolderGUI:Public Member Functions | |
| ilObjSystemFolderGUI ($a_data, $a_id, $a_call_by_reference) | |
| Constructor public. | |
| & | executeCommand () |
| execute command | |
| viewObject () | |
| show admin subpanels and basic settings form | |
| displayList () | |
| display object list | |
| saveSettingsObject () | |
| createWikiTablesObject () | |
| displayBasicSettings () | |
| displays ILIAS basic settings form | |
| viewScanLogObject () | |
| checkObject () | |
| displays system check menu | |
| changeHeaderTitleObject () | |
| edit header title form | |
| saveHeaderTitleObject () | |
| save header title | |
| cancelObject () | |
| addHeaderTitleTranslationObject () | |
| adds a translation form & save post vars to session | |
| removeTranslationObject () | |
| removes a translation form & save post vars to session | |
| startValidator ($a_mode, $a_log) | |
| viewScanLog () | |
| benchmarkObject () | |
| view benchmark settings | |
| saveBenchSettingsObject () | |
| save benchmark settings | |
| switchBenchModuleObject () | |
| save benchmark settings | |
| clearBenchObject () | |
| delete all benchmark records | |
| getAdminTabs (&$tabs_gui) | |
| administration tabs show only permissions and trash folder | |
| showPHPInfoObject () | |
| Show PHP Information. | |
| showServerInfoObject () | |
| Show server info. | |
| initServerInfoForm () | |
| Init server info form. | |
| setGeneralSettingsSubTabs ($a_activate) | |
| Set sub tabs for general settings. | |
| showBasicSettingsObject () | |
| Show basic settings. | |
| initBasicSettingsForm () | |
| Init basic settings form. | |
| saveBasicSettingsObject () | |
| Save basic settings form. | |
| showHeaderTitleObject ($a_get_post_values=false) | |
| Show header title. | |
| saveHeaderTitlesObject () | |
| Save header titles. | |
| addHeaderTitleObject () | |
| Add a header title. | |
| deleteHeaderTitlesObject () | |
| Remove header titles. | |
| showCronJobsObject () | |
| Show cron jobs settings. | |
| initCronJobsForm () | |
| Init cron jobs form. | |
| saveCronJobsObject () | |
| Save cron jobs form. | |
| showContactInformationObject () | |
| Show contact information. | |
| initContactInformationForm () | |
| Init contact information form. | |
| saveContactInformationObject () | |
| Save contact information form. | |
| showWebServicesObject () | |
| Show Web Services. | |
| initWebServicesForm () | |
| Init web services form. | |
| saveWebServicesObject () | |
| Save web services form. | |
| showJavaServerObject () | |
| Show Java Server Settings. | |
| createJavaServerIniObject () | |
| Create a server ini file. | |
| initJavaServerForm () | |
| Init java server form. | |
| saveJavaServerObject () | |
| Save java server form. | |
Public Member Functions inherited from ilObjectGUI | |
| ilObjectGUI ($a_data, $a_id=0, $a_call_by_reference=true, $a_prepare_output=true) | |
| Constructor public. | |
| withReferences () | |
| determines wether objects are referenced or not (got ref ids or not) | |
| setCreationMode ($a_mode=true) | |
| if true, a creation screen is displayed the current $_GET[ref_id] don't belong to the current class! the mode is determined in ilrepositorygui | |
| getCreationMode () | |
| get creation mode | |
| getHTML () | |
| undeleteObject () | |
| Get objects back from trash. | |
| confirmedDeleteObject () | |
| confirmed deletion of object -> objects are moved to trash or deleted immediately, if trash is disabled | |
| cancelDeleteObject () | |
| cancel deletion of object | |
| removeFromSystemObject () | |
| remove objects from trash bin and all entries therefore every object needs a specific deleteObject() method | |
| createObject () | |
| create new object form | |
| cancelObject ($in_rep=false) | |
| cancel action and go back to previous page public | |
| saveObject () | |
| save object | |
| editObject () | |
| edit object | |
| updateObject () | |
| updates object entry in object_data | |
| getFormAction ($a_cmd, $a_formaction="") | |
| get form action for command (command is method name without "Object", e.g. | |
| isVisible ($a_ref_id, $a_type) | |
| deleteObject ($a_error=false) | |
| Display deletion confirmation screen. | |
| trashObject () | |
| Show trash content of object. | |
| getTemplateFile ($a_cmd, $a_type="") | |
| get a template blockfile format: tpl. | |
| cloneAllObject () | |
| Clone single (not container object) Method is overwritten in ilContainerGUI. | |
| copyWizardHasOptions ($a_mode) | |
| Check if there is any modules specific option. | |
Data Fields | |
| $type | |
Data Fields inherited from ilObjectGUI | |
| const | COPY_WIZARD_NEEDS_PAGE = 1 |
| $ilias | |
| $objDefinition | |
| $tpl | |
| $tree | |
| $lng | |
| $data | |
| $object | |
| $ref_id | |
| $obj_id | |
| $maxcount | |
| $formaction | |
| $return_location | |
| $target_frame | |
| $tab_target_script | |
| $actions | |
| $sub_objects | |
| $omit_locator = false | |
Protected Member Functions | |
| initJavaServerIniForm () | |
| downloadJavaServerIniObject () | |
| Create and offer server ini file for download. | |
Protected Member Functions inherited from ilObjectGUI | |
| assignObject () | |
| prepareOutput () | |
| prepare output | |
| setTitleAndDescription () | |
| called by prepare output | |
| showUpperIcon () | |
| setTabs () | |
| set admin tabs public | |
| setAdminTabs () | |
| set admin tabs public | |
| setLocator () | |
| set Locator | |
| addLocatorItems () | |
| should be overwritten to add object specific items (repository items are preloaded) | |
| omitLocator ($a_omit=true) | |
| addAdminLocatorItems () | |
| should be overwritten to add object specific items (repository items are preloaded) | |
| displayEditForm ($fields) | |
| display edit form (usually called by editObject) | |
| afterUpdate () | |
| setFormAction ($a_cmd, $a_formaction) | |
| set specific form action for command | |
| getReturnLocation ($a_cmd, $a_location="") | |
| get return location for command (command is method name without "Object", e.g. | |
| setReturnLocation ($a_cmd, $a_location) | |
| set specific return location for command | |
| getTargetFrame ($a_cmd, $a_target_frame="") | |
| get target frame for command (command is method name without "Object", e.g. | |
| setTargetFrame ($a_cmd, $a_target_frame) | |
| set specific target frame for command | |
| showPossibleSubObjects () | |
| show possible subobjects (pulldown menu) | |
| getTitlesByRefId ($a_ref_ids) | |
| get Titles of objects this method is used for error messages in methods cut/copy/paste | |
| getTabs (&$tabs_gui) | |
| get tabs abstract method. | |
| __showButton ($a_cmd, $a_text, $a_target= '') | |
| hitsperpageObject () | |
| & | __initTableGUI () |
| __setTableGUIBasicData (&$tbl, &$result_set, $a_from="") | |
| standard implementation for tables use 'from' variable use different initial setting of table | |
| __showClipboardTable ($a_result_set, $a_from="") | |
| redirectToRefId ($a_ref_id, $a_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 $_GET["ref_id"] value | |
| fillCloneTemplate ($a_tpl_varname, $a_type) | |
| Fill object clone template This method can be called from any object GUI class that wants to offer object cloning. | |
| fillCloneSearchTemplate ($a_tpl_varname, $a_type) | |
| Add an object search in case the number of existing objects is too big to offer a selection list. | |
| searchCloneSourceObject () | |
| Search clone source by title. | |
| buildCloneSelect ($existing_objs) | |
| Build a select box for clonable objects (permission write) | |
| getCenterColumnHTML () | |
| Get center column. | |
| getRightColumnHTML () | |
| Display right column. | |
| setColumnSettings ($column_gui) | |
| May be overwritten in subclasses. | |
| checkPermission ($a_perm, $a_cmd="") | |
Private Member Functions | |
| saveCheckParamsObject () | |
| writeCheckParams () | |
| saveCheckCronObject () | |
Class ilObjSystemFolderGUI.
ilObjSystemFolderGUI: ilPermissionGUI
Definition at line 16 of file class.ilObjSystemFolderGUI.php.
| ilObjSystemFolderGUI::addHeaderTitleObject | ( | ) |
Add a header title.
Definition at line 2265 of file class.ilObjSystemFolderGUI.php.
References $_POST, $ilCtrl, ilObjectGUI\$lng, and showHeaderTitleObject().
Here is the call graph for this function:| ilObjSystemFolderGUI::addHeaderTitleTranslationObject | ( | ) |
adds a translation form & save post vars to session
public
Definition at line 1494 of file class.ilObjSystemFolderGUI.php.
| ilObjSystemFolderGUI::benchmarkObject | ( | ) |
view benchmark settings
Definition at line 1588 of file class.ilObjSystemFolderGUI.php.
References $_GET, $ilBench, ilUtil\formSelect(), ilObjectGUI\getTemplateFile(), and ilUtil\switchColor().
Here is the call graph for this function:| ilObjSystemFolderGUI::cancelObject | ( | ) |
Definition at line 1484 of file class.ilObjSystemFolderGUI.php.
| ilObjSystemFolderGUI::changeHeaderTitleObject | ( | ) |
edit header title form
private
Definition at line 1296 of file class.ilObjSystemFolderGUI.php.
References $_GET, $_SESSION, ilObjectGUI\$data, $key, ilMDLanguageItem\_getLanguages(), elseif(), ilUtil\prepareFormOutput(), and ilUtil\stripSlashes().
Here is the call graph for this function:| ilObjSystemFolderGUI::checkObject | ( | ) |
displays system check menu
public
Definition at line 1097 of file class.ilObjSystemFolderGUI.php.
References $_POST, ilObjectGUI\$ilias, $ilSetting, ilObjectGUI\$objDefinition, $t, elseif(), ilUtil\formSelect(), ilObjectGUI\getTemplateFile(), ilPlugin\lookupTxt(), ilRadioGroupInputGUI\setValue(), startValidator(), and writeCheckParams().
Referenced by saveCheckCronObject(), and saveCheckParamsObject().
Here is the call graph for this function:
Here is the caller graph for this function:| ilObjSystemFolderGUI::clearBenchObject | ( | ) |
delete all benchmark records
Definition at line 1697 of file class.ilObjSystemFolderGUI.php.
References $ilBench, and saveBenchSettingsObject().
Here is the call graph for this function:| ilObjSystemFolderGUI::createJavaServerIniObject | ( | ) |
Create a server ini file.
Definition at line 2737 of file class.ilObjSystemFolderGUI.php.
References initJavaServerIniForm(), and setGeneralSettingsSubTabs().
Here is the call graph for this function:| ilObjSystemFolderGUI::createWikiTablesObject | ( | ) |
Definition at line 594 of file class.ilObjSystemFolderGUI.php.
References ilWikiDBCreator\createTables(), and viewObject().
Here is the call graph for this function:| ilObjSystemFolderGUI::deleteHeaderTitlesObject | ( | ) |
Remove header titles.
Definition at line 2281 of file class.ilObjSystemFolderGUI.php.
References $_POST, $ilCtrl, ilObjectGUI\$lng, and saveHeaderTitlesObject().
Here is the call graph for this function:| ilObjSystemFolderGUI::displayBasicSettings | ( | ) |
displays ILIAS basic settings form
private
Definition at line 606 of file class.ilObjSystemFolderGUI.php.
References $ilCtrl, ilObjSystemFolder\_getHeaderTitle(), ilRobotSettings\_getInstance(), ilFormat\_secondsToString(), elseif(), ilUtil\getImagePath(), ILIAS_ABSOLUTE_PATH, and ilUtil\prepareFormOutput().
Referenced by viewObject().
Here is the call graph for this function:
Here is the caller graph for this function:| ilObjSystemFolderGUI::displayList | ( | ) |
display object list
public
Definition at line 166 of file class.ilObjSystemFolderGUI.php.
References $_GET, ilObjectGUI\$data, $key, ilFrameTargetInfo\_getFrame(), ilObject\_lookupType(), ilUtil\getImageTagByType(), and ilUtil\switchColor().
Referenced by viewObject().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Create and offer server ini file for download.
Definition at line 2821 of file class.ilObjSystemFolderGUI.php.
References $ini, ilUtil\deliverData(), initJavaServerIniForm(), ilUtil\sendFailure(), and setGeneralSettingsSubTabs().
Here is the call graph for this function:| & ilObjSystemFolderGUI::executeCommand | ( | ) |
execute command
Reimplemented from ilObjectGUI.
Definition at line 37 of file class.ilObjSystemFolderGUI.php.
References $cmd, $ret, and ilObjectGUI\prepareOutput().
Here is the call graph for this function:| ilObjSystemFolderGUI::getAdminTabs | ( | & | $tabs_gui | ) |
administration tabs show only permissions and trash folder
Reimplemented from ilObjectGUI.
Definition at line 1707 of file class.ilObjSystemFolderGUI.php.
| ilObjSystemFolderGUI::ilObjSystemFolderGUI | ( | $a_data, | |
| $a_id, | |||
| $a_call_by_reference | |||
| ) |
Constructor public.
Definition at line 29 of file class.ilObjSystemFolderGUI.php.
References ilObjectGUI\ilObjectGUI().
Here is the call graph for this function:| ilObjSystemFolderGUI::initBasicSettingsForm | ( | ) |
Init basic settings form.
Definition at line 1947 of file class.ilObjSystemFolderGUI.php.
References $ilSetting, ilObjectGUI\$lng, ilRobotSettings\_getInstance(), ilFormat\_secondsToString(), elseif(), ilCheckboxInputGUI\setChecked(), ilFormPropertyGUI\setInfo(), ilTextInputGUI\setMaxLength(), ilSelectInputGUI\setOptions(), and ilCheckboxInputGUI\setValue().
Referenced by saveBasicSettingsObject(), and showBasicSettingsObject().
Here is the call graph for this function:
Here is the caller graph for this function:| ilObjSystemFolderGUI::initContactInformationForm | ( | ) |
Init contact information form.
Definition at line 2479 of file class.ilObjSystemFolderGUI.php.
References $ilSetting, ilObjectGUI\$lng, and ilTextInputGUI\setMaxLength().
Referenced by saveContactInformationObject(), and showContactInformationObject().
Here is the call graph for this function:
Here is the caller graph for this function:| ilObjSystemFolderGUI::initCronJobsForm | ( | ) |
Init cron jobs form.
Definition at line 2323 of file class.ilObjSystemFolderGUI.php.
References $ilSetting, ilObjectGUI\$lng, ilFormPropertyGUI\setInfo(), and ilSelectInputGUI\setOptions().
Referenced by saveCronJobsObject(), and showCronJobsObject().
Here is the call graph for this function:
Here is the caller graph for this function:| ilObjSystemFolderGUI::initJavaServerForm | ( | ) |
Init java server form.
Definition at line 2850 of file class.ilObjSystemFolderGUI.php.
References $ilSetting, ilObjectGUI\$lng, ilNumberInputGUI\setMaxLength(), and ilTextInputGUI\setMaxLength().
Referenced by saveJavaServerObject(), and showJavaServerObject().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 2748 of file class.ilObjSystemFolderGUI.php.
References $GLOBALS, $log, ilFormPropertyGUI\setInfo(), ilSelectInputGUI\setOptions(), ilTextInputGUI\setSize(), ilNumberInputGUI\setSize(), and ilNumberInputGUI\setValue().
Referenced by createJavaServerIniObject(), and downloadJavaServerIniObject().
Here is the call graph for this function:
Here is the caller graph for this function:| ilObjSystemFolderGUI::initServerInfoForm | ( | ) |
Init server info form.
| int | $a_mode | Edit Mode |
Definition at line 1789 of file class.ilObjSystemFolderGUI.php.
References $ilSetting, ilObjectGUI\$lng, ILIAS_ABSOLUTE_PATH, ilUtil\sendFailure(), and ilNonEditableValueGUI\setValue().
Referenced by showServerInfoObject().
Here is the call graph for this function:
Here is the caller graph for this function:| ilObjSystemFolderGUI::initWebServicesForm | ( | ) |
Init web services form.
Definition at line 2644 of file class.ilObjSystemFolderGUI.php.
References $ilSetting, ilObjectGUI\$lng, $wsdl, and ilFormPropertyGUI\setInfo().
Referenced by saveWebServicesObject(), and showWebServicesObject().
Here is the call graph for this function:
Here is the caller graph for this function:| ilObjSystemFolderGUI::removeTranslationObject | ( | ) |
removes a translation form & save post vars to session
public
Definition at line 1508 of file class.ilObjSystemFolderGUI.php.
References $_GET.
| ilObjSystemFolderGUI::saveBasicSettingsObject | ( | ) |
Save basic settings form.
Definition at line 2118 of file class.ilObjSystemFolderGUI.php.
References $_POST, $ilCtrl, $ilSetting, ilObjectGUI\$lng, ilObjectGUI\$tpl, initBasicSettingsForm(), ilUtil\sendSuccess(), and setGeneralSettingsSubTabs().
Here is the call graph for this function:| ilObjSystemFolderGUI::saveBenchSettingsObject | ( | ) |
save benchmark settings
Definition at line 1661 of file class.ilObjSystemFolderGUI.php.
References $_POST, $ilBench, and ilUtil\sendSuccess().
Referenced by clearBenchObject().
Here is the call graph for this function:
Here is the caller graph for this function:
|
private |
Definition at line 1280 of file class.ilObjSystemFolderGUI.php.
References $_POST, $ilSetting, and checkObject().
Here is the call graph for this function:
|
private |
Definition at line 1248 of file class.ilObjSystemFolderGUI.php.
References $_POST, checkObject(), and writeCheckParams().
Here is the call graph for this function:| ilObjSystemFolderGUI::saveContactInformationObject | ( | ) |
Save contact information form.
Definition at line 2592 of file class.ilObjSystemFolderGUI.php.
References $_POST, $f, $ilCtrl, $ilSetting, ilObjectGUI\$lng, ilObjectGUI\$tpl, initContactInformationForm(), ilUtil\sendSuccess(), and setGeneralSettingsSubTabs().
Here is the call graph for this function:| ilObjSystemFolderGUI::saveCronJobsObject | ( | ) |
Save cron jobs form.
Definition at line 2423 of file class.ilObjSystemFolderGUI.php.
References $_POST, $ilCtrl, $ilSetting, ilObjectGUI\$lng, ilObjectGUI\$tpl, initCronJobsForm(), ilUtil\sendSuccess(), and setGeneralSettingsSubTabs().
Here is the call graph for this function:| ilObjSystemFolderGUI::saveHeaderTitleObject | ( | ) |
save header title
Definition at line 1427 of file class.ilObjSystemFolderGUI.php.
References $_POST, ilObjectGUI\$data, $key, ilUtil\sendSuccess(), and ilUtil\stripSlashes().
Here is the call graph for this function:| ilObjSystemFolderGUI::saveHeaderTitlesObject | ( | ) |
Save header titles.
Definition at line 2215 of file class.ilObjSystemFolderGUI.php.
References $_POST, $ilCtrl, ilObjectGUI\$lng, ilUtil\sendFailure(), ilUtil\sendSuccess(), showHeaderTitleObject(), and ilUtil\stripSlashes().
Referenced by deleteHeaderTitlesObject().
Here is the call graph for this function:
Here is the caller graph for this function:| ilObjSystemFolderGUI::saveJavaServerObject | ( | ) |
Save java server form.
Definition at line 2887 of file class.ilObjSystemFolderGUI.php.
References $_POST, $ilCtrl, $ilSetting, ilObjectGUI\$lng, ilObjectGUI\$tpl, initJavaServerForm(), ilUtil\sendSuccess(), and setGeneralSettingsSubTabs().
Here is the call graph for this function:| ilObjSystemFolderGUI::saveSettingsObject | ( | ) |
Definition at line 346 of file class.ilObjSystemFolderGUI.php.
References $_POST, $ilCtrl, $key, ilRPCServerSettings\getInstance(), ilUtil\is_email(), ilUtil\prepareFormOutput(), ilUtil\sendFailure(), ilUtil\sendInfo(), and ilUtil\stripSlashes().
Here is the call graph for this function:| ilObjSystemFolderGUI::saveWebServicesObject | ( | ) |
Save web services form.
Definition at line 2679 of file class.ilObjSystemFolderGUI.php.
References $ilCtrl, $ilSetting, ilObjectGUI\$lng, ilObjectGUI\$tpl, initWebServicesForm(), ilUtil\sendSuccess(), and setGeneralSettingsSubTabs().
Here is the call graph for this function:| ilObjSystemFolderGUI::setGeneralSettingsSubTabs | ( | $a_activate | ) |
Set sub tabs for general settings.
Definition at line 1909 of file class.ilObjSystemFolderGUI.php.
References $ilCtrl.
Referenced by createJavaServerIniObject(), downloadJavaServerIniObject(), saveBasicSettingsObject(), saveContactInformationObject(), saveCronJobsObject(), saveJavaServerObject(), saveWebServicesObject(), showBasicSettingsObject(), showContactInformationObject(), showCronJobsObject(), showHeaderTitleObject(), showJavaServerObject(), and showWebServicesObject().
Here is the caller graph for this function:| ilObjSystemFolderGUI::showBasicSettingsObject | ( | ) |
Show basic settings.
Definition at line 1933 of file class.ilObjSystemFolderGUI.php.
References ilObjectGUI\$tpl, initBasicSettingsForm(), and setGeneralSettingsSubTabs().
Here is the call graph for this function:| ilObjSystemFolderGUI::showContactInformationObject | ( | ) |
Show contact information.
Definition at line 2467 of file class.ilObjSystemFolderGUI.php.
References ilObjectGUI\$tpl, initContactInformationForm(), and setGeneralSettingsSubTabs().
Here is the call graph for this function:| ilObjSystemFolderGUI::showCronJobsObject | ( | ) |
Show cron jobs settings.
Definition at line 2311 of file class.ilObjSystemFolderGUI.php.
References ilObjectGUI\$tpl, initCronJobsForm(), and setGeneralSettingsSubTabs().
Here is the call graph for this function:| ilObjSystemFolderGUI::showHeaderTitleObject | ( | $a_get_post_values = false | ) |
Show header title.
Definition at line 2167 of file class.ilObjSystemFolderGUI.php.
References $_POST, ilObjectGUI\$data, ilObjectGUI\$tpl, and setGeneralSettingsSubTabs().
Referenced by addHeaderTitleObject(), and saveHeaderTitlesObject().
Here is the call graph for this function:
Here is the caller graph for this function:| ilObjSystemFolderGUI::showJavaServerObject | ( | ) |
Show Java Server Settings.
Definition at line 2714 of file class.ilObjSystemFolderGUI.php.
References $GLOBALS, ilObjectGUI\$tpl, initJavaServerForm(), and setGeneralSettingsSubTabs().
Here is the call graph for this function:| ilObjSystemFolderGUI::showPHPInfoObject | ( | ) |
Show PHP Information.
Definition at line 1757 of file class.ilObjSystemFolderGUI.php.
References exit.
| ilObjSystemFolderGUI::showServerInfoObject | ( | ) |
Show server info.
Definition at line 1772 of file class.ilObjSystemFolderGUI.php.
References $ilCtrl, ilObjectGUI\$tpl, and initServerInfoForm().
Referenced by viewObject().
Here is the call graph for this function:
Here is the caller graph for this function:| ilObjSystemFolderGUI::showWebServicesObject | ( | ) |
Show Web Services.
Definition at line 2632 of file class.ilObjSystemFolderGUI.php.
References ilObjectGUI\$tpl, initWebServicesForm(), and setGeneralSettingsSubTabs().
Here is the call graph for this function:| ilObjSystemFolderGUI::startValidator | ( | $a_mode, | |
| $a_log | |||
| ) |
Definition at line 1516 of file class.ilObjSystemFolderGUI.php.
References ilObjectGUI\getTemplateFile().
Referenced by checkObject().
Here is the call graph for this function:
Here is the caller graph for this function:| ilObjSystemFolderGUI::switchBenchModuleObject | ( | ) |
| ilObjSystemFolderGUI::viewObject | ( | ) |
show admin subpanels and basic settings form
public
Reimplemented from ilObjectGUI.
Definition at line 70 of file class.ilObjSystemFolderGUI.php.
References $_GET, $key, displayBasicSettings(), displayList(), showServerInfoObject(), and ilUtil\sortArray().
Referenced by createWikiTablesObject().
Here is the call graph for this function:
Here is the caller graph for this function:| ilObjSystemFolderGUI::viewScanLog | ( | ) |
Definition at line 1560 of file class.ilObjSystemFolderGUI.php.
References ilObjectGUI\getTemplateFile().
Referenced by viewScanLogObject().
Here is the call graph for this function:
Here is the caller graph for this function:| ilObjSystemFolderGUI::viewScanLogObject | ( | ) |
Definition at line 1087 of file class.ilObjSystemFolderGUI.php.
References viewScanLog().
Here is the call graph for this function:
|
private |
Definition at line 1255 of file class.ilObjSystemFolderGUI.php.
Referenced by checkObject(), and saveCheckParamsObject().
Here is the caller graph for this function:| ilObjSystemFolderGUI::$type |
Definition at line 23 of file class.ilObjSystemFolderGUI.php.