|
Moodle
2.2.1
http://www.collinsharper.com
|
Go to the source code of this file.
Namespaces | |
| namespace | webservice |
Variables | |
| $returnurl = "/settings.php?section=webserviceprotocols" | |
| $action = optional_param('action', '', PARAM_ACTION) | |
| $webservice = optional_param('webservice', '', PARAM_SAFEDIR) | |
| $confirm = optional_param('confirm', 0, PARAM_BOOL) | |
| $available_webservices = get_plugin_list('webservice') | |
| if(!empty($webservice) and empty($available_webservices[$webservice])) | $active_webservices = empty($CFG->webserviceprotocols) ? array() : explode(',', $CFG->webserviceprotocols) |
| $action = optional_param('action', '', PARAM_ACTION) |
Definition at line 38 of file protocols.php.
| if (!empty($webservice) and empty($available_webservices[$webservice])) $active_webservices = empty($CFG->webserviceprotocols) ? array() : explode(',', $CFG->webserviceprotocols) |
Definition at line 48 of file protocols.php.
| $available_webservices = get_plugin_list('webservice') |
Definition at line 43 of file protocols.php.
| $confirm = optional_param('confirm', 0, PARAM_BOOL) |
Definition at line 40 of file protocols.php.
| $returnurl = "/settings.php?section=webserviceprotocols" |
Definition at line 36 of file protocols.php.
| $webservice = optional_param('webservice', '', PARAM_SAFEDIR) |
Definition at line 39 of file protocols.php.