| ILIAS
    Release_4_4_x_branch Revision 61816
    | 
Parent class for all plugin config gui classes. More...
 Inheritance diagram for ilPluginConfigGUI:
 Inheritance diagram for ilPluginConfigGUI: 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.
Referenced by ilCloudPluginConfigGUI\getTableName().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| 
 | abstract | 
Reimplemented in ilCloudPluginConfigGUI.
Referenced by executeCommand().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| 
 | 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().