|
Moodle
2.2.1
http://www.collinsharper.com
|
Go to the source code of this file.
Namespaces | |
| namespace | core |
Variables | |
| $mnet = get_mnet_environment() | |
| $context = get_context_instance(CONTEXT_SYSTEM) | |
| $hostid = required_param('hostid', PARAM_INT) | |
| $mnet_peer = new mnet_peer() | |
| $mform = new mnet_services_form(null, array('peer' => $mnet_peer)) | |
| if ($formdata=$mform->get_data()) | |
| $currenttab = 'mnetservices' | |
| $s = mnet_get_service_info($mnet_peer, false) | |
Definition at line 36 of file services.php.
| $currenttab = 'mnetservices' |
Definition at line 84 of file services.php.
| $hostid = required_param('hostid', PARAM_INT) |
Definition at line 39 of file services.php.
| $mform = new mnet_services_form(null, array('peer' => $mnet_peer)) |
Definition at line 44 of file services.php.
| $mnet = get_mnet_environment() |
Definition at line 31 of file services.php.
Definition at line 41 of file services.php.
| $s = mnet_get_service_info($mnet_peer, false) |
Definition at line 87 of file services.php.
| if($formdata=$mform->get_data()) |
Definition at line 45 of file services.php.