Moodle  2.2.1
http://www.collinsharper.com
C:/xampp/htdocs/moodle/mod/chat/gui_header_js/users.php File Reference

Go to the source code of this file.

Enumerations

enum  NO_MOODLE_COOKIES

Variables

 $chat_sid = required_param('chat_sid', PARAM_ALPHANUM)
 $beep = optional_param('beep', 0, PARAM_INT)
$USER description = ''
 $courseid = $chatuser->course
if(!$cm=get_coursemodule_from_instance('chat',
$chatuser->chatid, $courseid))
if($beep) $chatuser 
lastping = time()
 $refreshurl = "users.php?chat_sid=$chat_sid"
if(!$chatusers=chat_get_users($chatuser->
chatid, $chatuser->groupid,
$cm->groupingid)) 
$uidles = Array()
 Get list of users.
foreach($chatusers as $chatuser) $module
 $timenow = time()
 Print user panel body.
 $stridle = get_string('idle', 'chat')
 $strbeep = get_string('beep', 'chat')
 $table = new html_table()
$table width = '100%'
$table data = array()
if($CFG->chat_refresh_userlist< 15) exit

Enumeration Type Documentation

Definition at line 3 of file users.php.


Variable Documentation

$beep = optional_param('beep', 0, PARAM_INT)

Definition at line 9 of file users.php.

$chat_sid = required_param('chat_sid', PARAM_ALPHANUM)

Definition at line 8 of file users.php.

$courseid = $chatuser->course

Definition at line 34 of file users.php.

foreach ($chatusers as $chatuser) $module
Initial value:
 array(
    'name'      => 'mod_chat_header',
    'fullpath'  => '/mod/chat/gui_header_js/module.js',
    'requires'  => array('node')
)

Definition at line 70 of file users.php.

$refreshurl = "users.php?chat_sid=$chat_sid"

Definition at line 57 of file users.php.

$strbeep = get_string('beep', 'chat')

Definition at line 80 of file users.php.

$stridle = get_string('idle', 'chat')

Definition at line 79 of file users.php.

$table = new html_table()

Definition at line 82 of file users.php.

$timenow = time()

Print user panel body.

Definition at line 78 of file users.php.

if (!$chatusers=chat_get_users($chatuser->chatid, $chatuser->groupid, $cm->groupingid)) $uidles = Array()

Get list of users.

Definition at line 65 of file users.php.

Definition at line 84 of file users.php.

$USER description = ''

Definition at line 29 of file users.php.

if ($CFG->chat_refresh_userlist< 15) exit

Definition at line 125 of file users.php.

if (!$cm=get_coursemodule_from_instance('chat', $chatuser->chatid, $courseid)) if ($beep) $chatuser lastping = time()

Definition at line 54 of file users.php.

$table width = '100%'

Definition at line 83 of file users.php.

 All Data Structures Namespaces Files Functions Variables Enumerations