|
Moodle
2.2.1
http://www.collinsharper.com
|
Go to the source code of this file.
Namespaces | |
| namespace | core |
| namespace | mnet |
Variables | |
| $context = get_context_instance(CONTEXT_SYSTEM) | |
| if(!extension_loaded('openssl')) | $hostid = optional_param('hostid', 0, PARAM_INT) |
| $servicename = optional_param('servicename', '', PARAM_SAFEDIR) | |
| $methodid = optional_param('method', 0, PARAM_INT) | |
| $hosts = $DB->get_records('mnet_host') | |
| $moodleapplicationid = $DB->get_field('mnet_application', 'id', array('name' => 'moodle')) | |
| $url = new moodle_url('/admin/mnet/testclient.php') | |
| foreach($hosts as $id=> $host) | if (!empty($hostid)&&array_key_exists($hostid, $hosts)) |
Definition at line 27 of file testclient.php.
| if (!extension_loaded('openssl')) $hostid = optional_param('hostid', 0, PARAM_INT) |
Definition at line 38 of file testclient.php.
| $hosts = $DB->get_records('mnet_host') |
Definition at line 42 of file testclient.php.
| $methodid = optional_param('method', 0, PARAM_INT) |
Definition at line 40 of file testclient.php.
Definition at line 43 of file testclient.php.
| $servicename = optional_param('servicename', '', PARAM_SAFEDIR) |
Definition at line 39 of file testclient.php.
| $url = new moodle_url('/admin/mnet/testclient.php') |
Definition at line 45 of file testclient.php.
Definition at line 57 of file testclient.php.