Event_Dispatcher::post()

Event_Dispatcher::post() -- Post a notification.

Synopsis

require_once 'Event/Dispatcher.php';

object Event_Notification Event_Dispatcher::post (object &$object, string $nName [, mixed $info = array() [, bool $pending = TRUE [, bool $bubble = TRUE]]])

Description

Post a new notification to all observers.

Parameter

Return value

object Event_Notification The notification object.

Note

This function can not be called statically.