public function __construct($sTemplate) { $oTwig = Twig::getInstance(); $this->_view = $oTwig->view; $this->_template = $sTemplate; }