Search moodle.org's
Developer Documentation

See Release Notes

  • Bug fixes for general core bugs in 4.0.x will end 8 May 2023 (12 months).
  • Bug fixes for security issues in 4.0.x will end 13 November 2023 (18 months).
  • PHP version: minimum PHP 7.3.0 Note: the minimum PHP version has increased since Moodle 3.10. PHP 7.4.x is also supported.

Chat module rendering methods

Copyright: 2012 Andrew Davis
License: http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
File Size: 106 lines (4 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class

mod_chat_renderer:: (2 methods):
  render_event_message()
  render_user_message()


Class: mod_chat_renderer  - X-Ref

Chat module renderer class

render_event_message(event_message $eventmessage)   X-Ref
Render and event_message instance

return: string HTML representing the event_message instance
param: event_message $eventmessage The event_message instance to render

render_user_message(user_message $usermessage)   X-Ref
Render a user message

return: string html representation of a user_message instance
param: user_message $usermessage the user message to display