You are here

function Notifications_Subscription::set_name in Notifications 7

Set name for this specific subscription

File

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

Class

Notifications_Subscription
Common base for subscription type and subscription instance

Code

function set_name($name) {
  $this->name = $name;
  return $this;
}