How would I use DI to set the EventsManager exposed by Phalcon\Mvc\Controller ?
I want to attach a custom event listener to all controllers. eg. I have a class NotificationCentre that performs as an event listener, and would like to call something like $this->getEventsManager()->fire('notification:myAction', $data);