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';
string Event_Dispatcher::getName ()
string Event_Dispatcher::getName
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().
string name of the dispatcher
This function can not be called statically.