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.

Valeur retournée

object sender of the notification

Note

Cette fonction ne peut pas être appelée de façon statique.