Event_Dispatcher::setNotificationClass()

Event_Dispatcher::setNotificationClass() -- Set the class that is used as notification.

Referentiesamenvatting

require_once 'Event/Dispatcher.php';

bool Event_Dispatcher::setNotificationClass (string $class)

Beschrijving

Set the name of the class that will be used as a notification object when post() is called.

You may call this method on an object to change it for a single dispatcher or statically, to set the default for all dispatchers that will be created.

Parameter

Return waarde

This method always returns true.

Note

Deze functie kan statisch worden aangeroepen.