Example #1
0
 public function __construct(\Latte\Engine $latte)
 {
     parent::__construct(null);
     $this->registerFilter($latte);
     $this->registerHelperLoader('Nette\\Templating\\Helpers::loader');
 }
Example #2
0
 public function __construct($file = NULL)
 {
     parent::__construct($file);
     $this->onPrepareFilters[] = callback($this, "registerFilters");
 }