Moodle  2.2.1
http://www.collinsharper.com
C:/xampp/htdocs/moodle/auth/mnet/jump.php File Reference

Go to the source code of this file.

Namespaces

namespace  moodle

Variables

 $hostid = optional_param('hostid', '0', PARAM_INT)
 $hostwwwroot = optional_param('hostwwwroot', '', PARAM_URL)
 $wantsurl = optional_param('wantsurl', '', PARAM_RAW)
 $url = new moodle_url('/auth/mnet/jump.php')
if(!isloggedin() or
isguestuser()) if(!is_enabled_auth('mnet'))
if(!$hostid) 
$mnetauth = get_auth_plugin('mnet')

Variable Documentation

if ($hostid!== '0') $url->param('hostid' $hostid = optional_param('hostid', '0', PARAM_INT)

Definition at line 19 of file jump.php.

if ($hostwwwroot!== '') $url->param('hostwwwroot' $hostwwwroot = optional_param('hostwwwroot', '', PARAM_URL)

Definition at line 20 of file jump.php.

if (!isloggedin() or isguestuser()) if (!is_enabled_auth('mnet')) if (!$hostid) $mnetauth = get_auth_plugin('mnet')

Definition at line 51 of file jump.php.

$url = new moodle_url('/auth/mnet/jump.php')

Definition at line 23 of file jump.php.

if ($wantsurl!== '') $url->param('wantsurl' $wantsurl = optional_param('wantsurl', '', PARAM_RAW)

Definition at line 21 of file jump.php.

 All Data Structures Namespaces Files Functions Variables Enumerations