Ejemplo n.º 1
0
 /**
  * @return void
  */
 public static function initRuntime(FileTemplate $template, stdClass $global)
 {
     if (!empty($global->caches)) {
         end($global->caches)->dependencies[Cache::FILES][] = $template->getFile();
     }
 }