interface Template

Defines template.

Methods

void
render()

Renders template to output.

setFile(string $file)

Sets the path to the template file.

string|null
getFile()

Returns the path to the template file.

Details

at line 21
void render()

Renders template to output.

Return Value

void

at line 26
Template setFile(string $file)

Sets the path to the template file.

Parameters

string $file

Return Value

Template

at line 31
string|null getFile()

Returns the path to the template file.

Return Value

string|null