示例#1
0
文件: Slot.php 项目: solve/slot
 public function processTemplate($templatePath)
 {
     $source = file_get_contents($templatePath);
     return $this->_compiler->compileSource($source);
 }