コード例 #1
0
ファイル: FormTester.php プロジェクト: chapcz/sandbox
 public function __construct()
 {
     parent::__construct();
     $this->templateFile = __DIR__ . "/template.latte";
 }
コード例 #2
0
ファイル: WysiwygTester.php プロジェクト: chapcz/sandbox
 public function render()
 {
     $this->template->content = $this->content;
     parent::render();
 }