lithium\template\view\Renderer::render PHP Method

render() abstract public method

Render the template with given data. Abstract; must be added to subclasses.
abstract public render ( string $template, array | string $data = [], array $options = [] ) : string
$template string
$data array | string
$options array
return string Returns the result of the rendered template.
    public abstract function render($template, $data = array(), array $options = array());