You are here

function Notifications_Subscription::set_method in Notifications 7

Set send method

File

./notifications.subscription.inc, line 987
Drupal Notifications Framework - Default class file

Class

Notifications_Subscription
Common base for subscription type and subscription instance

Code

function set_method($method) {
  $this->send_method = $method;
  return $this;
}