Yaf_View_Simple::__set
(Yaf >=1.0.0)
Yaf_View_Simple::__set — 値をエンジンに設定する
説明
Yaf_View_Simple::assign() をもっと簡単にするもうひとつの方法です。
パラメータ
name
-
変数名。
value
-
変数の値。
戻り値
例
例1 Yaf_View_Simple::__set() の例
<?php
class IndexController extends Yaf_Controller_Abstract {
public function indexAction() {
$this->getView()->foo = "bar"; // assign("foo", "bar"); と同じ意味
}
}
?>
参考
- Yaf_View_Simple::assignRef() - The assignRef purpose
- Yaf_View_Interface::assign() - 値をビューエンジンに代入する
+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