Event_Notification::getNotificationCount()

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

Referentiesamenvatting

require_once 'Event/Notification.php';

int Event_Notification::getNotificationCount ()

Beschrijving

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

Return waarde

int number of observers notified.

Note

Deze functie kan niet statisch worden aangeroepen.