cacheTemplates() 공개 메소드

public cacheTemplates ( $path )
예제 #1
0
 public function cacheTemplatesAction()
 {
     $path = $this->parsePath();
     $this->service->cacheTemplates($path);
     $this->view->success = true;
 }