Event_Notification::getNotificationCount()

Event_Notification::getNotificationCount() -- Get number of observers notified.

Synopsis

require_once 'Event/Notification.php';

int Event_Notification::getNotificationCount ()

Beschreibung

Retrieves the amount of observers that have been notified by the notification.

Rückgabewert

int number of observers notified.

Hinweise

Diese Methode kann nicht statisch aufgerufen werden.