Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетил 17221 программист и 1834 робота. Сейчас ищут 1635 программистов ...
Event_Notification::getNotificationObject
Вернуться к: Event_Dispatcher
Event_Notification::getNotificationObject
Event_Notification::getNotificationObject() – Get the object that sent the notification.
Synopsis
require_once 'Event/Notification.php';
object &Event_Notification::getNotificationObject ( )
Get a reference to the object that sent the notification.
Return value
object sender of the notification
Note
This function can not be called statically.
Вернуться к: Event_Dispatcher