|
Moodle
2.2.1
http://www.collinsharper.com
|
Go to the source code of this file.
Namespaces | |
| namespace | webservice |
Variables | |
| $action = optional_param('action', '', PARAM_ACTION) | |
| $tokenid = optional_param('tokenid', '', PARAM_SAFEDIR) | |
| $confirm = optional_param('confirm', 0, PARAM_BOOL) | |
| $node = $PAGE->settingsnav->find('addwebservicetoken', navigation_node::TYPE_SETTING) | |
| $newnode = $PAGE->settingsnav->find('webservicetokens', navigation_node::TYPE_SETTING) | |
| $tokenlisturl = new moodle_url("/" . $CFG->admin . "/settings.php", array('section' => 'webservicetokens')) | |
| $webservicemanager = new webservice() | |
| $action = optional_param('action', '', PARAM_ACTION) |
Definition at line 31 of file tokens.php.
| $confirm = optional_param('confirm', 0, PARAM_BOOL) |
Definition at line 33 of file tokens.php.
| $newnode = $PAGE->settingsnav->find('webservicetokens', navigation_node::TYPE_SETTING) |
Definition at line 39 of file tokens.php.
| $node = $PAGE->settingsnav->find('addwebservicetoken', navigation_node::TYPE_SETTING) |
Definition at line 38 of file tokens.php.
| $tokenid = optional_param('tokenid', '', PARAM_SAFEDIR) |
Definition at line 32 of file tokens.php.
| $tokenlisturl = new moodle_url("/" . $CFG->admin . "/settings.php", array('section' => 'webservicetokens')) |
Definition at line 47 of file tokens.php.
| $webservicemanager = new webservice() |
Definition at line 50 of file tokens.php.