Phrozn\Processor::render PHP Метод

render() публичный Метод

Parse the incoming template
public render ( string $tpl, array $vars = [] ) : string
$tpl string Source template content
$vars array List of variables passed to template engine
Результат string Processed template
    public function render($tpl, $vars = array());