Enlight_View_Default example


        if ($this->engine === null) {
            $this->engine = Shopware()->Container()->get(\Enlight_Template_Manager::class);
        }
    }

    /** * Initials the Enlight_View_Default */
    protected function initView()
    {
        $view = new Enlight_View_Default($this->engine);
        $this->Action()->setView($view);
    }
}
Home | Imprint | This part of the site doesn't use cookies.