Event_Notification (Previous) (Next) Event_Notification::getNotificationName

View this page in Last updated: Mon, 02 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.

Описание

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..

Параметр

  • 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.

Возвращаемое значение

string name of the notification

Заметка

Эта функция не должна вызываться статически.

Event_Notification (Previous) (Next) Event_Notification::getNotificationName

Download Documentation Last updated: Mon, 02 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.