コード例 #1
0
ファイル: inc.cls.mydwoo.php プロジェクト: rudiedirkx/CMS1
 public function testTemplate(Dwoo_ITemplate $template)
 {
     $this->template = $template;
     return $template->getCompiledTemplate($this, $this->getCompiler());
 }