Bolt\Extension\SimpleExtension::register PHP Method

register() final public method

final public register ( Silex\Application $app )
$app Silex\Application
    public final function register(Application $app)
    {
        $this->extendConfigService();
        $this->extendTwigService();
        $this->extendMenuService();
        $this->extendAssetServices();
        $this->extendNutService();
        $this->extendTranslatorService();
        $this->registerServices($app);
    }