Exemplo n.º 1
0
 public function __construct($sTemplate)
 {
     $oTwig = Twig::getInstance();
     $this->_view = $oTwig->view;
     $this->_template = $sTemplate;
 }