The Yaf_View_Interface class
(Yaf >=1.0.0)
Introducere
Yaf provides a ability for developers to use custom view engine instead
of built-in engine which is Yaf_View_Simple. There
is a example to explain how to do this, please see
Yaf_Dispatcher::setView().
Sinopsisul clasei
Yaf_View_Interface
{
abstract public assign
(
string $name
,
string $value
= ?
) :
bool
abstract public display
(
string $tpl
,
array $tpl_vars
= ?
) :
bool
abstract public render
(
string $tpl
,
array $tpl_vars
= ?
) :
string
}
Cuprins
There are no user contributed notes for this page.