TemplateEngine
in
Interface TemplateEngine
Table of Contents
- render() : string
- Renders the template.
Methods
render()
Renders the template.
public
render(string $templatePath[, array<string|int, mixed> $data = [] ]) : string
Parameters
- $templatePath : string
- $data : array<string|int, mixed> = []