|
ILIAS
Release_4_2_x_branch Revision 61807
|
Collaboration diagram for ilECSMappingSettingsGUI:Public Member Functions | |
| __construct ($settingsContainer, $server_id) | |
| Constructor. | |
| getContainer () | |
| Get container object. | |
| getServer () | |
| executeCommand () | |
| ilCtrl executeCommand | |
| cancel () | |
| return to parent container | |
Data Fields | |
| const | TAB_DIRECTORY = 1 |
| const | TAB_COURSE = 2 |
Protected Member Functions | |
| cStart () | |
| Goto default page. | |
| dStart () | |
| Goto default page. | |
| cSettings () | |
| Show course allocation ilTabsGUI $ilTabs. | |
| initFormCSettings () | |
| Init settings form. | |
| dSettings () | |
| Show directory allocation ilTabsGUI $ilTabs. | |
| dUpdateSettings () | |
| Update node mapping settings. | |
| initFormDSettings () | |
| dTrees () | |
| Show directory trees. | |
| dMappingOverview () | |
| Show directory trees. | |
| setTabs () | |
| Set tabs ilTabsGUI $ilTabs. | |
| setSubTabs ($a_tab) | |
| Set Sub tabs ilTabsGUI $ilTabs. | |
Protected Attributes | |
| $lng = null | |
| $ctrl = null | |
Private Attributes | |
| $container = null | |
| $server = null | |
Definition at line 15 of file class.ilECSMappingSettingsGUI.php.
| ilECSMappingSettingsGUI::__construct | ( | $settingsContainer, | |
| $server_id | |||
| ) |
Constructor.
| ilObjectGUI | $settingsContainer |
Definition at line 30 of file class.ilECSMappingSettingsGUI.php.
References $ilCtrl, $lng, and ilECSSetting\getInstanceByServerId().
Here is the call graph for this function:| ilECSMappingSettingsGUI::cancel | ( | ) |
return to parent container
Definition at line 93 of file class.ilECSMappingSettingsGUI.php.
References $GLOBALS.
|
protected |
Show course allocation ilTabsGUI $ilTabs.
Definition at line 130 of file class.ilECSMappingSettingsGUI.php.
References $GLOBALS, and initFormCSettings().
Referenced by cStart().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Goto default page.
Definition at line 102 of file class.ilECSMappingSettingsGUI.php.
References cSettings(), and ilECSNodeMappingSettings\getInstance().
Here is the call graph for this function:
|
protected |
Show directory trees.
Definition at line 265 of file class.ilECSMappingSettingsGUI.php.
References $GLOBALS, and setSubTabs().
Here is the call graph for this function:
|
protected |
Show directory allocation ilTabsGUI $ilTabs.
Definition at line 187 of file class.ilECSMappingSettingsGUI.php.
References $GLOBALS, initFormDSettings(), and setSubTabs().
Referenced by dStart().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Goto default page.
Definition at line 115 of file class.ilECSMappingSettingsGUI.php.
References dSettings(), and ilECSNodeMappingSettings\getInstance().
Here is the call graph for this function:
|
protected |
Show directory trees.
Definition at line 255 of file class.ilECSMappingSettingsGUI.php.
References $GLOBALS, and setSubTabs().
Here is the call graph for this function:
|
protected |
Update node mapping settings.
Definition at line 204 of file class.ilECSMappingSettingsGUI.php.
References $ilCtrl, ilECSNodeMappingSettings\getInstance(), initFormDSettings(), ilUtil\sendFailure(), and ilUtil\sendSuccess().
Here is the call graph for this function:| ilECSMappingSettingsGUI::executeCommand | ( | ) |
ilCtrl executeCommand
Definition at line 61 of file class.ilECSMappingSettingsGUI.php.
References $cmd, $GLOBALS, $ilCtrl, getServer(), and setTabs().
Here is the call graph for this function:| ilECSMappingSettingsGUI::getContainer | ( | ) |
Get container object.
Definition at line 44 of file class.ilECSMappingSettingsGUI.php.
References $container.
| ilECSMappingSettingsGUI::getServer | ( | ) |
Definition at line 53 of file class.ilECSMappingSettingsGUI.php.
References $server.
Referenced by executeCommand().
Here is the caller graph for this function:
|
protected |
Init settings form.
Definition at line 146 of file class.ilECSMappingSettingsGUI.php.
References $tpl, ilFormPropertyGUI\setInfo(), and ilFormPropertyGUI\setRequired().
Referenced by cSettings().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 228 of file class.ilECSMappingSettingsGUI.php.
References ilECSNodeMappingSettings\getInstance(), and ilCheckboxInputGUI\setChecked().
Referenced by dSettings(), and dUpdateSettings().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Set Sub tabs ilTabsGUI $ilTabs.
| string | $a_tab |
Definition at line 302 of file class.ilECSMappingSettingsGUI.php.
Referenced by dMappingOverview(), dSettings(), and dTrees().
Here is the caller graph for this function:
|
protected |
Set tabs ilTabsGUI $ilTabs.
Definition at line 276 of file class.ilECSMappingSettingsGUI.php.
Referenced by executeCommand().
Here is the caller graph for this function:
|
private |
Definition at line 20 of file class.ilECSMappingSettingsGUI.php.
Referenced by getContainer().
|
protected |
Definition at line 24 of file class.ilECSMappingSettingsGUI.php.
|
protected |
Definition at line 23 of file class.ilECSMappingSettingsGUI.php.
Referenced by __construct().
|
private |
Definition at line 21 of file class.ilECSMappingSettingsGUI.php.
Referenced by getServer().
| const ilECSMappingSettingsGUI::TAB_COURSE = 2 |
Definition at line 18 of file class.ilECSMappingSettingsGUI.php.
| const ilECSMappingSettingsGUI::TAB_DIRECTORY = 1 |
Definition at line 17 of file class.ilECSMappingSettingsGUI.php.