ILIAS
release_6 Revision v6.24-5-g0c8bfefb3b8
|
Parent class for all plugin config gui classes. More...
Public Member Functions | |
setPluginObject ($a_val) | |
Set plugin object. More... | |
getPluginObject () | |
Get plugin object. More... | |
executeCommand () | |
Execute command. More... | |
performCommand ($cmd) | |
Protected Attributes | |
$plugin_object = null | |
Parent class for all plugin config gui classes.
You can provide a configuration screen in the ILIAS administration if you implement the class class.il<plugin_name>ConfigGUI.php which should extend ilPluginConfigGUI.
The access the configuration class open the ILIAS Administration > Plugins > Actions (of your Plugin) > Configure
IMPORTANT: Note, that for the configure action to be displayed in your plugins actions dropdown, you need to reload the plugins control structure. You can force your plugin to do so, by updating the plugins version in plugin.php and select Update in the plugins actions in the table in the plugin administration.
Definition at line 20 of file class.ilPluginConfigGUI.php.
ilPluginConfigGUI::executeCommand | ( | ) |
Execute command.
Definition at line 50 of file class.ilPluginConfigGUI.php.
References $_GET, $DIC, $ilCtrl, $lng, $tpl, and performCommand().
|
final |
Get plugin object.
Definition at line 39 of file class.ilPluginConfigGUI.php.
References $plugin_object.
Referenced by ilCloudPluginConfigGUI\getTableName().
|
abstract |
|
final |
Set plugin object.
object | plugin object |
Definition at line 29 of file class.ilPluginConfigGUI.php.
|
protected |
Definition at line 22 of file class.ilPluginConfigGUI.php.
Referenced by getPluginObject().