Phrozn\Processor::render PHP Méthode

render() public méthode

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
Résultat string Processed template
    public function render($tpl, $vars = array());