Moodle  2.2.1
http://www.collinsharper.com
C:/xampp/htdocs/moodle/mnet/service/enrol/index.php File Reference

Go to the source code of this file.

Namespaces

namespace  mnetservice

Variables

 $service = mnetservice_enrol::get_instance()
if(!$service->is_available()) $roamingusers = get_users_by_capability(get_system_context(), 'moodle/site:mnetlogintoremote', 'u.id')
 $hosts = $service->get_remote_publishers()
if(empty($hosts)) $table = new html_table()
$table attributes ['class'] = 'generaltable remotehosts'
$table head
 foreach ($hosts as $host)

Variable Documentation

$hosts = $service->get_remote_publishers()

Definition at line 52 of file index.php.

if (!$service->is_available()) $roamingusers = get_users_by_capability(get_system_context(), 'moodle/site:mnetlogintoremote', 'u.id')

Definition at line 43 of file index.php.

Definition at line 32 of file index.php.

if (empty($hosts)) $table = new html_table()

Definition at line 60 of file index.php.

$table attributes['class'] = 'generaltable remotehosts'

Definition at line 61 of file index.php.

foreach($hosts as $host)

Definition at line 68 of file index.php.

Initial value:
 array(
    get_string('hostappname', 'mnetservice_enrol'),
    get_string('hostname', 'mnetservice_enrol'),
    get_string('hosturl', 'mnetservice_enrol'),
    get_string('action')
)

Definition at line 62 of file index.php.

 All Data Structures Namespaces Files Functions Variables Enumerations