Yaf_View_Simple::eval
PHP Manual
PHP Manual»Yaf_View_Simple»Yaf_View_Simple::eval

Yaf_View_Simple::eval

(Yaf >=2.2.0)

Yaf_View_Simple::evalRender template

Description

public function Yaf_View_Simple::eval(string $tpl_content, array $tpl_vars = ?): string

Render a string template and return the result.

Parameters

tpl_content

string template

tpl_vars

Return Values

To Top