Event_Notification (Previous) (Next) Event_Notification::getNotificationName

View this page in Last updated: Sun, 01 Jul 2007
English | Dutch | French | German | Hungarian | Japanese | Polish | Russian | Spanish | Plain HTML

Event_Notification::Event_Notification()

Event_Notification::Event_Notification() -- Create a new notification object.

Leírás

Constructor of the Event_Notification class.

In most cases, you will not need to create the notification objects yourself, as this is done automatically by the Event_Dispatcher::post() method..

Paraméterek

  • object &$object

    Reference to the object that posts the notification (the sender). May be used to filter notifications in the callbacks.

  • string $nName

    Name of the notification.

  • mixed $info = array()

    Additional information about the notification.

Visszatérési érték

string name of the notification

Megjegyzés

Ez a függvény nem hívható statikusan.

Event_Notification (Previous) (Next) Event_Notification::getNotificationName

Download Documentation Last updated: Sun, 01 Jul 2007
Do you think that something on this page is wrong? Please file a bug report or add a note.
User Notes:
There are no user contributed notes for this page.