And in one line:
public function onBootstrap(Event $e) { $e->getTarget()->getEventManager()->attach('dispatch', array($this, 'someFunction'), 100); }
The last number is weight. Like minus equal post event.
The following event is preconfigured:
const EVENT_BOOTSTRAP = 'bootstrap'; const EVENT_DISPATCH = 'dispatch'; const EVENT_DISPATCH_ERROR = 'dispatch.error'; const EVENT_FINISH = 'finish'; const EVENT_RENDER = 'render'; const EVENT_ROUTE = 'route';
source share