You are here

function Notifications_Message_Template::__construct in Notifications 7

Construct from template info

File

./notifications.template.inc, line 22
Drupal Notifications Framework - Templates

Class

Notifications_Message_Template
Message template. This should be able to produce a full message by itself

Code

function __construct($info = NULL) {
  $this->info = $info;
}