You are here

function Notifications_Message::__construct in Notifications 6.3

Build from a template and parameters object

File

classes/notifications_message.class.inc, line 17
Notifications_Message class

Class

Notifications_Message
@file Notifications_Message class

Code

function __construct($data = array()) {
  $this->type = 'outgoing';
  parent::__construct($data);
}