Event_Dispatcher::getName()

Event_Dispatcher::getName() -- Get the name of the dispatcher.

Synopsis

require_once 'Event/Dispatcher.php';

string Event_Dispatcher::getName ()

Beschreibung

Get the name of the dispatcher.

The name of the dispatcher is used as a unique identifier. This is important for the methods getInstance() and removeNestedDispatcher().

Rückgabewert

string name of the dispatcher

Hinweise

Diese Methode kann nicht statisch aufgerufen werden.