public function Notifications_Subscription_List::__construct in Notifications 7
Construct with list of subscriptions
File
- ./
notifications.list.inc, line 32 - Drupal Notifications Framework - Default class file
Class
- Notifications_Subscription_List
- List of subscriptions or subscription types
Code
public function __construct($type = 'subscriptions') {
$this->type = $type;
}