Exemplo n.º 1
0
Arquivo: Slot.php Projeto: solve/slot
 public function processTemplate($templatePath)
 {
     $source = file_get_contents($templatePath);
     return $this->_compiler->compileSource($source);
 }