public function Notifications_Event::track in Notifications 6.4
Add event to be tracked
File
- includes/
notifications_event.class.inc, line 419 - Drupal Notifications Framework - Default class file
Class
- Notifications_Event
- Message destination class
Code
public function track() {
self::$_event_tracker[$this->eid] = $this;
}