Esempio n. 1
0
 public function __construct()
 {
     parent::__construct();
     $this->templateFile = __DIR__ . "/template.latte";
 }
Esempio n. 2
0
 public function render()
 {
     $this->template->content = $this->content;
     parent::render();
 }