Event_Dispatcher::removeObserver()

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

Referentiesamenvatting

require_once 'Event/Dispatcher.php';

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

Beschrijving

Remove an observer from dispatcher.

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

Parameter

Return waarde

bool TRUE if the observer could be removed, FALSE otherwise

Note

Deze functie kan niet statisch worden aangeroepen.