public function Notifications_Subscription_List::count in Notifications 7
Get number of subscriptions
File
- ./
notifications.list.inc, line 57 - Drupal Notifications Framework - Default class file
Class
- Notifications_Subscription_List
- List of subscriptions or subscription types
Code
public function count() {
return count($this->subscriptions);
}