Blog\Module::onBootstrap PHP Method

onBootstrap() public method

Boostrap
public onBootstrap ( Zend\EventManager\EventInterface $e ) : void
$e Zend\EventManager\EventInterface Event
return void
    public function onBootstrap(Event $e)
    {
        $this->events()->attach('GcBackend\\Controller\\IndexController', 'dashboard', array($this, 'dashboard'));
    }