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);
}}