public function Notifications_Subscription_List::valid in Notifications 7
File
- ./
notifications.list.inc, line 443 - Drupal Notifications Framework - Default class file
Class
- Notifications_Subscription_List
- List of subscriptions or subscription types
Code
public function valid() {
$k = array_keys($this->subscriptions);
return isset($k[$this->iterator_index]);
}