You are here

public static function Notifications_Event::build in Notifications 6.4

Building function

Overrides Messaging_Object::build

File

includes/notifications_event.class.inc, line 68
Drupal Notifications Framework - Default class file

Class

Notifications_Event
Message destination class

Code

public static function build($template) {
  return new Notifications_Event($template);
}