Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетили 17226 программистов и 1834 робота. Сейчас ищут 1668 программистов ...
Event_Notification::cancelNotification
Вернуться к: Event_Dispatcher
Event_Notification::cancelNotification
Event_Notification::cancelNotification() – Cancel the notification.
Synopsis
require_once 'Event/Notification.php';
void Event_Notification::cancelNotification ( )
Cancels the notification.
If a notification is cancelled, no more observers will be notified by this notification.
Return value
void
Note
This function can not be called statically.
Вернуться к: Event_Dispatcher