Event_Dispatcher::removeObserver()

Event_Dispatcher::removeObserver() -- Remove an observer.

Synopsis

require_once 'Event/Dispatcher.php';

bool Event_Dispatcher::removeObserver (mixed $callback [, string $nName = EVENT_DISPATCHER_GLOBAL [, string $class = '']])

Description

Remove an observer from dispatcher.

To remove an observer, specify the same parameters as used in the call to addObserver().

Parameter

Return value

bool TRUE if the observer could be removed, FALSE otherwise

Note

This function can not be called statically.