PEAR Manual
This manual is provided as a courtesy. It is not an official source. Please check pear.php.net for updated information.
require_once 'Event/Dispatcher.php';
boolean Event_Dispatcher::removeNestedDispatcher (object Event_Dispatcher &$dispatcher)
boolean Event_Dispatcher::removeNestedDispatcher
Removes a nested dispatcher from the dispatcher.
To remove a dispatcher from the list of nested dispatcher, just pass the same object to removeNestedDispatcher().
object Event_Dispatcher &$dispatcher
Dispatcher that should be removed from the list of nested dispatchers.
boolean TRUE if the dispatcher could be removed, FALSE otherwise.
This function can not be called statically.