You are here

function Messaging_Template::xget_part in Messaging 6.3

File

messaging_template/messaging_template.inc, line 292
Base classes for messaging templates

Class

Messaging_Template
Messaging Template class

Code

function xget_part($key) {
  return $this->engine
    ->get_part($key, $this->type, $this
    ->get_method(), $this
    ->get_language());
}