Skip to content

Instantly share code, notes, and snippets.

@AV4TAr
AV4TAr / Module.php
Created June 4, 2013 20:01
Loguear todos los eventos de ZF2 al error_log
<?php
class Module {
//...
public function onBootstrap(EventInterface $e)
{
//...
$eventManager = $e->getApplication()->getEventManager();
$sharedEventManager = $eventManager->getSharedManager();