Event_Notification::Event_Notification()

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

概要

require_once 'Event/Notification.php';

object Event_Notification Event_Notification::Event_Notifcation (object &$object, string $nName [, mixed $info = array()])

説明

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

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

パラメータ

返り値

string 通知名

注意

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