Event_Notification (Previous) (Next) Event_Notification::getNotificationName

View this page in Last updated: Sun, 31 Aug 2008
English | Dutch | French | German | Hungarian | Japanese | Polish | Russian | Spanish | Plain HTML

Event_Notification::Event_Notification()

Event_Notification::Event_Notification() -- 新規通知オブジェクトを作成する

説明

Event_Notification クラスのコンストラクタです。

Event_Dispatcher::post() メソッドによって自動的に生成されるため、ほとんどの場合、 独自に通知オブジェクトを生成する必要はないでしょう。

パラメータ

  • object &$object

    通知をポストするオブジェクトへの参照を指定します (送信者)。 おそらく、コールバック内で通知にフィルタをかけるために使用されます。

  • string $nName

    通知名を指定します。

  • mixed $info = array()

    通知についての追加情報を指定します

返り値

string 通知名

注意

この関数は、スタティックにコールする ことはできません。

Event_Notification (Previous) (Next) Event_Notification::getNotificationName

Download Documentation Last updated: Sun, 31 Aug 2008
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.