lithium\template\view\Renderer::render PHP 메소드

render() 추상적인 공개 메소드

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
리턴 string Returns the result of the rendered template.
    public abstract function render($template, $data = array(), array $options = array());