Yaf_View_Interface::display
PHP Manual
PHP Manual»Yaf_View_Interface»Yaf_View_Interface::display

Yaf_View_Interface::display

(Yaf >=1.0.0)

Yaf_View_Interface::displayRender and output a template

Description

abstract public function Yaf_View_Interface::display(string $tpl, array $tpl_vars = ?): bool

Render a template and output the result immediately.

Warning

This function is currently not documented; only its argument list is available.

Parameters

tpl

tpl_vars

Return Values

To Top