Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетили 16960 программистов и 1726 роботов. Сейчас ищут 1588 программистов ...
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