Event_Notification::getNotificationObject()
Event_Notification::getNotificationObject() -- Get the object that sent the notification.
Synopsis
require_once 'Event/Notification.php'; |
object &Event_Notification::getNotificationObject ()
Description
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.