|
Moodle
2.2.1
http://www.collinsharper.com
|
Go to the source code of this file.
Namespaces | |
| namespace | admin |
Variables | |
| $delete = optional_param('delete', '', PARAM_PLUGIN) | |
| $confirm = optional_param('confirm', '', PARAM_BOOL) | |
| if (!empty($delete) and confirm_sesskey()) | |
| If data submitted, then process and store. | |
| $table = new flexible_table('localplugins_administration_table') | |
| Print the table of all installed local plugins. | |
| $plugins = array() | |
| $confirm = optional_param('confirm', '', PARAM_BOOL) |
Definition at line 37 of file localplugins.php.
| $delete = optional_param('delete', '', PARAM_PLUGIN) |
Definition at line 36 of file localplugins.php.
| $plugins = array() |
Definition at line 83 of file localplugins.php.
| $table = new flexible_table('localplugins_administration_table') |
Print the table of all installed local plugins.
Definition at line 75 of file localplugins.php.
| if(!empty($delete) and confirm_sesskey()) |
If data submitted, then process and store.
Definition at line 41 of file localplugins.php.