Event_Notification::getNotificationObject

Event_Notification::getNotificationObject() – 通知を送信したオブジェクトを取得する

Synopsis

require_once 'Event/Notification.php';

object &Event_Notification::getNotificationObject ( )

Description

通知を送信したオブジェクトへの参照を取得します。

Return value

object 通知の送信者

Note

This function can not be called statically.