lithium\template\view\Renderer::render()
Render the template with given data. Abstract; must be added to subclasses.
Parameters
-
string
$template
-
array|string
$data
-
array
$options
Returns
stringReturns the result of the rendered template.
Source
abstract public function render($template, $data = [], array $options = []);