Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетили 17085 программистов и 1726 роботов. Сейчас ищут 1652 программиста ...
Event_Notification::isNotificationCancelled
Вернуться к: Event_Dispatcher
Event_Notification::isNotificationCancelled
Event_Notification::isNotificationCancelled() – Check, whether notification has been cancelled.
Synopsis
require_once 'Event/Notification.php';
bool Event_Notification::isNotificationCancelled ( )
Checks, whether the notification has been cancelled.
Return value
bool TRUE if the notification has been cancelled, FALSE otherwise.
Note
This function can not be called statically.
Вернуться к: Event_Dispatcher