interface RendererInterface (View source)

Interface RendererInterface

Methods

string
render(string $file, array $data = array())

render

string
escape(string $output)

Method to escape output.

Details

at line line 24
string render(string $file, array $data = array())

render

Parameters

string $file
array $data

Return Value

string

at line line 33
string escape(string $output)

Method to escape output.

Parameters

string $output The output to escape.

Return Value

string The escaped output.