|
Moodle
2.2.1
http://www.collinsharper.com
|
Go to the source code of this file.
Enumerations | |
| enum | AJAX_SCRIPT |
Variables | |
| $action = optional_param('action', '', PARAM_ALPHANUM) | |
| $beep_id = optional_param('beep', '', PARAM_RAW) | |
| $chat_sid = required_param('chat_sid', PARAM_ALPHANUM) | |
| $theme = required_param('theme', PARAM_ALPHANUM) | |
| $chat_message = optional_param('chat_message', '', PARAM_RAW) | |
| $chat_lasttime = optional_param('chat_lasttime', 0, PARAM_INT) | |
| $chat_lastrow = optional_param('chat_lastrow', 1, PARAM_INT) | |
| enum AJAX_SCRIPT |
Definition at line 17 of file chat_ajax.php.
| $action = optional_param('action', '', PARAM_ALPHANUM) |
Definition at line 22 of file chat_ajax.php.
| $beep_id = optional_param('beep', '', PARAM_RAW) |
Definition at line 23 of file chat_ajax.php.
| $chat_lastrow = optional_param('chat_lastrow', 1, PARAM_INT) |
Definition at line 28 of file chat_ajax.php.
| $chat_lasttime = optional_param('chat_lasttime', 0, PARAM_INT) |
Definition at line 27 of file chat_ajax.php.
| $chat_message = optional_param('chat_message', '', PARAM_RAW) |
Definition at line 26 of file chat_ajax.php.
| $chat_sid = required_param('chat_sid', PARAM_ALPHANUM) |
Definition at line 24 of file chat_ajax.php.
| $theme = required_param('theme', PARAM_ALPHANUM) |
Definition at line 25 of file chat_ajax.php.