Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетили 17194 программиста и 1834 робота. Сейчас ищут 1662 программиста ...
Event_Notification::getNotificationCount
Вернуться к: Event_Dispatcher
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.
Note
This function can not be called statically.
Вернуться к: Event_Dispatcher