Пример #1
0
 public function writeFile($templateFile, $data, $destination)
 {
     $output = \ntentan\honam\TemplateEngine::renderString(Filesystem::get($templateFile)->getContents(), 'mustache', $data);
     Filesystem::get($destination)->putContents($output);
 }