The Yaf_View_Interface class
(バージョン情報なし。おそらく SVN 版にしか存在しないでしょう)
導入
Yaf provides a ability for developers to use coustom view engine instead of build-in engine which is Yaf_View_Simple. There is a example to explain how to do this, please see Yaf_Dispatcher::setView().
クラス概要
Yaf_View_Interface
{
/* メソッド */
}目次
- Yaf_View_Interface::assign — Assign value to View engine
- Yaf_View_Interface::display — Render and output a template
- Yaf_View_Interface::getScriptPath — The getScriptPath purpose
- Yaf_View_Interface::render — Render a template
- Yaf_View_Interface::setScriptPath — The setScriptPath purpose
There are no user contributed notes for this page.
