Moodle  2.2.1
http://www.collinsharper.com
C:/xampp/htdocs/moodle/admin/localplugins.php File Reference

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()

Variable Documentation

Definition at line 37 of file localplugins.php.

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.

 All Data Structures Namespaces Files Functions Variables Enumerations