Yaf_View_Interface クラス
(バージョン情報なし。おそらく SVN 版にしか存在しないでしょう)
導入
Yaf では、組み込みのビューエンジン Yaf_View_Simple のかわりにカスタムビューを自作できるようになっています。 そのの実例は、 Yaf_Dispatcher::setView() を参照ください。
クラス概要
Yaf_View_Interface
{
/* メソッド */
}目次
- Yaf_View_Interface::assign — 値をビューエンジンに代入する
- Yaf_View_Interface::display — テンプレートをレンダリングして出力する
- Yaf_View_Interface::getScriptPath — The getScriptPath purpose
- Yaf_View_Interface::render — テンプレートをレンダリングする
- Yaf_View_Interface::setScriptPath — The setScriptPath purpose