function Messaging_Template::get_template in Messaging 6.3
Get child template derived from this one
File
- messaging_template/
messaging_template.inc, line 243 - Base classes for messaging templates
Class
- Messaging_Template
- Messaging Template class
Code
function get_template($type = 'messaging-template', $method = NULL, $language = NULL) {
// Check this is a known type, if not return NULL,
return self::create_template($type, $this, $method, $language);
}