Yaf_View_Simple::clear
(Yaf >=2.2.0)
Yaf_View_Simple::clear — 代入した値をクリアする
パラメータ
name
-
代入した変数名。
空の場合は、すべての変数をクリアします。
戻り値
例
例1 Yaf_View_Simple::clear() の例
<?php
class IndexController extends Yaf_Controller_Abstract {
public function indexAction() {
$this->getView()->clear("foo")->clear("bar"); // "foo" と "bar" をクリアします。
$this->_view->clear(); // 全ての変数をクリアします
}
}
?>
参考
- Yaf_View_Simple::assignRef() - The assignRef purpose
- Yaf_View_Interface::assign() - 値をビューエンジンに代入する
- Yaf_View_Simple::__set() - 値をエンジンに設定する
+add a note
User Contributed Notes
There are no user contributed notes for this page.
↑ and ↓ to navigate •
Enter to select •
Esc to close
Press Enter without
selection to search using Google