TemplateEngineInterface
in
Table of Contents
Methods
- clearCache() : void
- Clear the cached files
- parse() : string
- Parse the template file and return the content as string
- view() : void
- Render a template file
Methods
clearCache()
Clear the cached files
public
static clearCache() : void
parse()
Parse the template file and return the content as string
public
parse( $file[, array<string|int, mixed>|null $data = null ]) : string
Parameters
Return values
stringview()
Render a template file
public
view( $file[, array<string|int, mixed>|null $data = [] ]) : void