You are here

protected function Messaging_Message::do_render in Messaging 7

Render through sending method

File

./messaging.message.inc, line 419
Drupal Messaging Framework - Message class file

Class

Messaging_Message
Message class

Code

protected function do_render() {
  $this
    ->send_method()
    ->message_render($this);
  return TRUE;
}