You are here

private property EventManager::$_listeners in Plug 7

Map of registered listeners. <event> => <listeners>

Type: array

File

lib/doctrine/common/lib/Doctrine/Common/EventManager.php, line 41

Class

EventManager
The EventManager is the central point of Doctrine's event listener system. Listeners are registered on the manager and events are dispatched through the manager.

Namespace

Doctrine\Common

Code

private $_listeners = array();