ITemplate
interface ITemplate
Defines template.
Methods
void
render()
Renders template to output.
string|null
getFile()
Returns the path to the template file.
Details
at line 21
void
render()
Renders template to output.
at line 28
ITemplate
setFile($file)
Sets the path to the template file.
at line 34
string|null
getFile()
Returns the path to the template file.