コード例 #1
0
ファイル: Slot.php プロジェクト: solve/slot
 public function processTemplate($templatePath)
 {
     $source = file_get_contents($templatePath);
     return $this->_compiler->compileSource($source);
 }