Template
interface Template
Represents a template that can be rendered to output.
Methods
void
render()
Renders template to output.
string|null
getFile()
Returns the path to the template file.
Details
at line 19
void
render()
Renders template to output.
at line 24
Template
setFile(string $file)
Sets the path to the template file.
at line 29
string|null
getFile()
Returns the path to the template file.