Event_Dispatcher::removeNestedDispatcher()

Event_Dispatcher::removeNestedDispatcher() -- Remove a nested dispatcher.

Referentiesamenvatting

require_once 'Event/Dispatcher.php';

boolean Event_Dispatcher::removeNestedDispatcher (object Event_Dispatcher &$dispatcher)

Beschrijving

Removes a nested dispatcher from the dispatcher.

To remove a dispatcher from the list of nested dispatcher, just pass the same object to removeNestedDispatcher().

Parameter

Return waarde

boolean TRUE if the dispatcher could be removed, FALSE otherwise.

Note

Deze functie kan niet statisch worden aangeroepen.