You are here

public function Notifications_Subscription_List::current in Notifications 7

File

./notifications.list.inc, line 426
Drupal Notifications Framework - Default class file

Class

Notifications_Subscription_List
List of subscriptions or subscription types

Code

public function current() {
  $k = array_keys($this->subscriptions);
  return $this->subscriptions[$k[$this->iterator_index]];
}