You are here

function Messaging_Template_Part::__construct in Messaging 6.3

File

messaging_template/messaging_template.inc, line 524
Base classes for messaging templates

Class

Messaging_Template_Part
Each text part to be rendered independently

Code

function __construct($template, $key, $default = NULL) {
  $this->template = $template;
  $this->key = $key;
  $this->default = $default;
}