ILIAS
Release_4_2_x_branch Revision 61807
|
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().
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().
|
protected |
Goto default page.
Definition at line 102 of file class.ilECSMappingSettingsGUI.php.
References cSettings(), and ilECSNodeMappingSettings\getInstance().
|
protected |
Show directory trees.
Definition at line 265 of file class.ilECSMappingSettingsGUI.php.
References $GLOBALS, and setSubTabs().
|
protected |
Show directory allocation ilTabsGUI $ilTabs.
Definition at line 187 of file class.ilECSMappingSettingsGUI.php.
References $GLOBALS, initFormDSettings(), and setSubTabs().
Referenced by dStart().
|
protected |
Goto default page.
Definition at line 115 of file class.ilECSMappingSettingsGUI.php.
References dSettings(), and ilECSNodeMappingSettings\getInstance().
|
protected |
Show directory trees.
Definition at line 255 of file class.ilECSMappingSettingsGUI.php.
References $GLOBALS, and setSubTabs().
|
protected |
Update node mapping settings.
Definition at line 204 of file class.ilECSMappingSettingsGUI.php.
References $ilCtrl, ilECSNodeMappingSettings\getInstance(), initFormDSettings(), ilUtil\sendFailure(), and ilUtil\sendSuccess().
ilECSMappingSettingsGUI::executeCommand | ( | ) |
ilCtrl executeCommand
Definition at line 61 of file class.ilECSMappingSettingsGUI.php.
References $cmd, $GLOBALS, $ilCtrl, getServer(), and setTabs().
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().
|
protected |
Init settings form.
Definition at line 146 of file class.ilECSMappingSettingsGUI.php.
References $tpl, ilFormPropertyGUI\setInfo(), and ilFormPropertyGUI\setRequired().
Referenced by cSettings().
|
protected |
Definition at line 228 of file class.ilECSMappingSettingsGUI.php.
References ilECSNodeMappingSettings\getInstance(), and ilCheckboxInputGUI\setChecked().
Referenced by dSettings(), and dUpdateSettings().
|
protected |
Set Sub tabs ilTabsGUI $ilTabs.
string | $a_tab |
Definition at line 302 of file class.ilECSMappingSettingsGUI.php.
Referenced by dMappingOverview(), dSettings(), and dTrees().
|
protected |
Set tabs ilTabsGUI $ilTabs.
Definition at line 276 of file class.ilECSMappingSettingsGUI.php.
Referenced by executeCommand().
|
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.