Bolt\Provider\ControllerServiceProvider::boot PHP Method

boot() public method

public boot ( Silex\Application $app )
$app Silex\Application
    public function boot(Application $app)
    {
        /** @var \Symfony\Component\EventDispatcher\EventDispatcherInterface $dispatcher */
        $dispatcher = $app['dispatcher'];
        $dispatcher->addSubscriber($this);
    }