Home
last modified time | relevance | path

Searched refs:templateContent (Results 1 – 1 of 1) sorted by relevance

/template/strap/ComboStrap/
DTemplateEngine.php302 * @param string|null $templateContent - the content
305 …public function createTemplate(string $templateName, string $templateContent = null): TemplateEngi… argument
314 if ($templateContent === null) {
315 $templateContent = <<<EOF
324 FileSystems::setContent($templateFile, $templateContent);