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());