Exemplo n.º 1
0
 public function getTemplate($name)
 {
     if (JwtUtil::endsWith($name, '__LAYOUT__')) {
         $name = str_replace("__LAYOUT__", "", $name);
         return JwtUtil::getContent($this->rootPath . "Scripts/Layouts/{$name}/{$name}.html");
     }
     return JwtUtil::getContent($this->rootPath . "Scripts/Components/{$name}/{$name}.html");
 }