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