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

Go to the source code of this file.

Variables

 $id = required_param('id', PARAM_INT)
 $groupid = optional_param('groupid', 0, PARAM_INT)
 $url = new moodle_url('/mod/chat/gui_sockets/index.php', array('id'=>$id))
 $context = get_context_instance(CONTEXT_MODULE, $cm->id)
if(!$chat_sid=chat_login_user($chat->
id, 'sockets', $groupid,
$course)) 
$params = "chat_sid=$chat_sid"
 Check to see if groups are being used here.
 $courseshortname = format_string($course->shortname, true, array('context' => get_context_instance(CONTEXT_COURSE, $course->id)))

Variable Documentation

Definition at line 28 of file index.php.

$courseshortname = format_string($course->shortname, true, array('context' => get_context_instance(CONTEXT_COURSE, $course->id)))

Definition at line 56 of file index.php.

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

Definition at line 7 of file index.php.

Definition at line 6 of file index.php.

if (!$chat_sid=chat_login_user($chat->id, 'sockets', $groupid, $course)) $params = "chat_sid=$chat_sid"

Check to see if groups are being used here.

Definition at line 55 of file index.php.

$url = new moodle_url('/mod/chat/gui_sockets/index.php', array('id'=>$id))

Definition at line 9 of file index.php.

 All Data Structures Namespaces Files Functions Variables Enumerations