Event_Notification::Event_Notification()

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

Synopsis

require_once 'Event/Notification.php';

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

Description

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

Parameter

Return value

string name of the notification

Note

This function can not be called statically.