You are here

function Notifications_Template::set_params in Notifications 6.3

Set information from processing parameters

File

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

Class

Notifications_Template
Notifications Template

Code

function set_params($params) {
  $this->method = $params->send_method;
  $this->test = $params->test;
  $this
    ->set_account($params->account);
  $this->language = $params->language;
}