interface ITemplate

Defines template.

Methods

void
render()

Renders template to output.

void
setFile($file)

Sets the path to the template file.

string
getFile()

Returns the path to the template file.

Details

at line 21
void render()

Renders template to output.

Return Value

void

at line 27
void setFile($file)

Sets the path to the template file.

Parameters

$file

Return Value

void

at line 33
string getFile()

Returns the path to the template file.

Return Value

string