Search moodle.org's
Developer Documentation

See Release Notes

  • Bug fixes for general core bugs in 3.10.x will end 8 November 2021 (12 months).
  • Bug fixes for security issues in 3.10.x will end 9 May 2022 (18 months).
  • PHP version: minimum PHP 7.2.0 Note: minimum PHP version has increased since Moodle 3.8. PHP 7.3.x and 7.4.x are supported too.

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

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

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

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