You are here

public function Notifications_Event::track_reset in Notifications 6.4

File

includes/notifications_event.class.inc, line 453
Drupal Notifications Framework - Default class file

Class

Notifications_Event
Message destination class

Code

public function track_reset() {
  self::$_event_tracker = array();
}