Exemplo n.º 1
0
Arquivo: Twig.php Projeto: no22/gongo
 public function __construct($options = array())
 {
     parent::__construct($options);
     $this->afterInit('loader', $this->_initTwigLoader());
     $this->beforeInit('renderer', $this->_injectTwigLoader());
     $this->afterInit('renderer', $this->_initTwigRenderer());
 }
Exemplo n.º 2
0
 public function __construct($options = array())
 {
     parent::__construct($options);
     $this->afterInit('renderer', $this->_initSmarty());
 }