You are here

public function Messaging_Message_Text::set_destination in Messaging 7

Set message destination (and reset built elements)

Overrides Messaging_Message_Render::set_destination

File

./messaging.text.inc, line 115
Basic message templates and theming

Class

Messaging_Message_Text
Very simple template with plain subject, header, content, footer texts

Code

public function set_destination($destination) {

  // Do nothing
  return $this;
}