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

Go to the source code of this file.

Namespaces

namespace  core

Variables

 $mnet = get_mnet_environment()
 $hostid = required_param('hostid', PARAM_INT)
 $mnet_peer = new mnet_peer()
 $context = get_context_instance(CONTEXT_SYSTEM)
 $form = new mnet_profile_form(null, array('hostid' => $hostid))
if($data=$form->get_data()) elseif ($form->is_cancelled())
 $currenttab = 'mnetprofilefields'
 $data = new Stdclass
$data importdefault = get_config('mnet', 'host' . $hostid . 'importdefault')
$data exportdefault = get_config('mnet', 'host' . $hostid . 'exportdefault')
$data importfields = get_config('mnet', 'host' . $hostid . 'importfields')
$data exportfields = get_config('mnet', 'host' . $hostid . 'exportfields')

Variable Documentation

$currenttab = 'mnetprofilefields'

Definition at line 68 of file profilefields.php.

$data = new Stdclass

Definition at line 73 of file profilefields.php.

$form = new mnet_profile_form(null, array('hostid' => $hostid))

Definition at line 41 of file profilefields.php.

$hostid = required_param('hostid', PARAM_INT)

Definition at line 33 of file profilefields.php.

Definition at line 30 of file profilefields.php.

$mnet_peer = new mnet_peer()

Definition at line 34 of file profilefields.php.

if ($data=$form->get_data()) elseif($form->is_cancelled())

Definition at line 62 of file profilefields.php.

$data exportdefault = get_config('mnet', 'host' . $hostid . 'exportdefault')

Definition at line 75 of file profilefields.php.

$data exportfields = get_config('mnet', 'host' . $hostid . 'exportfields')

Definition at line 77 of file profilefields.php.

$data importdefault = get_config('mnet', 'host' . $hostid . 'importdefault')

Definition at line 74 of file profilefields.php.

$data importfields = get_config('mnet', 'host' . $hostid . 'importfields')

Definition at line 76 of file profilefields.php.

 All Data Structures Namespaces Files Functions Variables Enumerations