public function Notifications_Subscription_List::rewind in Notifications 7
Implementation of iterator interface
File
- ./
notifications.list.inc, line 423 - Drupal Notifications Framework - Default class file
Class
- Notifications_Subscription_List
- List of subscriptions or subscription types
Code
public function rewind() {
$this->iterator_index = 0;
}