ILIAS
release_8 Revision v8.19
|
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. More...
Public Member Functions | |
setPluginObject (ilPlugin $a_val) | |
getPluginObject () | |
executeCommand () | |
Execute command. More... | |
performCommand (string $cmd) | |
Protected Attributes | |
ilPlugin | $plugin_object = null |
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V.
ILIAS is licensed with the GPL-3.0, see https://www.gnu.org/licenses/gpl-3.0.en.html You should have received a copy of said license along with the source code, too.
If this is not the case or you just want to try ILIAS, you'll find us at: https://www.ilias.de https://github.com/ILIAS-eLearning 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 35 of file class.ilPluginConfigGUI.php.
ilPluginConfigGUI::executeCommand | ( | ) |
Execute command.
Definition at line 55 of file class.ilPluginConfigGUI.php.
References $DIC, $lng, ILIAS\UI\examples\Tree\Expandable\$request_wrapper, $tpl, and performCommand().
|
final |
|
abstract |
|
final |
Definition at line 39 of file class.ilPluginConfigGUI.php.
|
protected |
Definition at line 37 of file class.ilPluginConfigGUI.php.
Referenced by getPluginObject().