You are here

function Notifications_Template::get_template in Notifications 6.3

Get child template from template engine

Overrides Messaging_Template::get_template

1 call to Notifications_Template::get_template()
Notifications_Template::get_digest_template in classes/notifications_template.class.inc
Get child template of type digest

File

classes/notifications_template.class.inc, line 146
Notification Template classes

Class

Notifications_Template
Notifications Template

Code

function get_template($type, $name = NULL, $method = NULL, $language = NULL) {

  // Check this is a known type, if not return NULL,
  return self::create_template($type, $name, $method, $language, $this->module, $this);
}