Event_Notification::getNotificationCount()

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

Synopsis

require_once 'Event/Notification.php';

int Event_Notification::getNotificationCount ()

Description

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

Valeur retournée

int number of observers notified.

Note

Cette fonction ne peut pas être appelée de façon statique.