| ILIAS
    Release_4_1_x_branch Revision 61804
    | 
Parent class for all plugin config gui classes. More...
 Collaboration diagram for ilPluginConfigGUI:
 Collaboration diagram for ilPluginConfigGUI:| Public Member Functions | |
| setPluginObject ($a_val) | |
| Set plugin object. | |
| getPluginObject () | |
| Get plugin object. | |
| executeCommand () | |
| Execute command. | |
| performCommand ($cmd) | |
| Protected Attributes | |
| $plugin_object = null | |
Parent class for all plugin config gui classes.
Definition at line 11 of file class.ilPluginConfigGUI.php.
| ilPluginConfigGUI::executeCommand | ( | ) | 
Execute command.
| @return | 
Definition at line 41 of file class.ilPluginConfigGUI.php.
References $_GET, $ilCtrl, $lng, $tpl, and performCommand().
 Here is the call graph for this function:
 Here is the call graph for this function:| 
 | final | 
Get plugin object.
Definition at line 30 of file class.ilPluginConfigGUI.php.
References $plugin_object.
| 
 | abstract | 
| 
 | final | 
Set plugin object.
| object | plugin object | 
Definition at line 20 of file class.ilPluginConfigGUI.php.
| 
 | protected | 
Definition at line 13 of file class.ilPluginConfigGUI.php.
Referenced by getPluginObject().