lithium\template\view\Renderer::render()

abstract public method

Render the template with given data. Abstract; must be added to subclasses.

Parameters

  • string $template
  • array|string $data
  • array $options

Returns

string

Returns the result of the rendered template.

Source

	abstract public function render($template, $data = [], array $options = []);