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