Event_Dispatcher::post()

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

Referentiesamenvatting

require_once 'Event/Dispatcher.php';

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

Beschrijving

Post a new notification to all observers.

Parameter

Return waarde

object Event_Notification The notification object.

Note

Deze functie kan niet statisch worden aangeroepen.