Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетили 17143 программиста и 1833 робота. Сейчас ищут 1712 программистов ...
Event_Notification::getNotificationInfo
Вернуться к: Event_Dispatcher
Event_Notification::getNotificationInfo
Event_Notification::getNotificationInfo() – Get additional information from the notification.
Synopsis
require_once 'Event/Notification.php';
mixed Event_Notification::getNotificationInfo ( )
Get additional information that has been stored in the notification.
Return value
mixed additional information.
Note
This function can not be called statically.
Вернуться к: Event_Dispatcher