|
ILIAS
release_6 Revision v6.24-5-g0c8bfefb3b8
|
File manager settings. More...
Collaboration diagram for ilFMSettingsGUI:Public Member Functions | |
| __construct ($a_parent_gui) | |
| Constructor. More... | |
| executeCommand () | |
| Execute command @global ilCtrl $ilCtrl. More... | |
| getParentObject () | |
| Get parent gui. More... | |
Protected Member Functions | |
| settings () | |
| Show settings. More... | |
| update () | |
| Update. More... | |
| initSettingsForm () | |
| Init settings form. More... | |
Private Attributes | |
| $parent_obj = null | |
File manager settings.
@ilCtrl_Calls ilFMSettingsGUI:
Definition at line 14 of file class.ilFMSettingsGUI.php.
| ilFMSettingsGUI::__construct | ( | $a_parent_gui | ) |
Constructor.
Definition at line 21 of file class.ilFMSettingsGUI.php.
| ilFMSettingsGUI::executeCommand | ( | ) |
Execute command @global ilCtrl $ilCtrl.
Definition at line 30 of file class.ilFMSettingsGUI.php.
| ilFMSettingsGUI::getParentObject | ( | ) |
Get parent gui.
Definition at line 53 of file class.ilFMSettingsGUI.php.
References $parent_obj.
|
protected |
Init settings form.
Definition at line 91 of file class.ilFMSettingsGUI.php.
References $DIC, $GLOBALS, $ilCtrl, and ilFMSettings\getInstance().
Referenced by settings(), and update().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Show settings.
Definition at line 61 of file class.ilFMSettingsGUI.php.
References $GLOBALS, and initSettingsForm().
Here is the call graph for this function:
|
protected |
Update.
Definition at line 71 of file class.ilFMSettingsGUI.php.
References $GLOBALS, ilFMSettings\getInstance(), and initSettingsForm().
Here is the call graph for this function:
|
private |
Definition at line 16 of file class.ilFMSettingsGUI.php.
Referenced by getParentObject().