Event_Notification::getNotificationCount
Event_Notification::getNotificationCount() – Get number of observers notified.
Synopsis
require_once 'Event/Notification.php';
int Event_Notification::getNotificationCount (
)
Описание
Retrieves the amount of observers that have been notified by the notification.
Return value
int number of observers notified.
Замечание
This function can not be called statically.