Event_Notification::getNotificationObject()

Event_Notification::getNotificationObject() -- Get the object that sent the notification.

Synopsis

require_once 'Event/Notification.php';

object &Event_Notification::getNotificationObject ()

Beschreibung

Get a reference to the object that sent the notification.

Rückgabewert

object sender of the notification

Hinweise

Diese Methode kann nicht statisch aufgerufen werden.