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

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)

Variable Documentation

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.

Definition at line 40 of file protocols.php.

$returnurl = "/settings.php?section=webserviceprotocols"

Definition at line 36 of file protocols.php.

Definition at line 39 of file protocols.php.

 All Data Structures Namespaces Files Functions Variables Enumerations