|
Moodle
2.2.1
http://www.collinsharper.com
|
Go to the source code of this file.
Enumerations | |
| enum | NO_MOODLE_COOKIES |
Variables | |
| $chat_sid = required_param('chat_sid', PARAM_ALPHANUM) | |
| $chatid = required_param('chat_id', PARAM_INT) | |
| $context = get_context_instance(CONTEXT_MODULE, $cm->id) | |
| $USER = $DB->get_record('user', array('id'=>$chatuser->userid)) | |
| $module | |
| enum NO_MOODLE_COOKIES |
Definition at line 3 of file chatinput.php.
| $chat_sid = required_param('chat_sid', PARAM_ALPHANUM) |
Definition at line 8 of file chatinput.php.
| $chatid = required_param('chat_id', PARAM_INT) |
Definition at line 9 of file chatinput.php.
Definition at line 28 of file chatinput.php.
| $module |
array( 'name' => 'mod_chat_header', 'fullpath' => '/mod/chat/gui_header_js/module.js', 'requires' => array('node') )
Definition at line 34 of file chatinput.php.
Definition at line 31 of file chatinput.php.