|
Yaf_View_Simple クラスはじめにYaf_View_Simple は Yaf の組み込みテンプレートエンジンです。 シンプルながらも高速なテンプレートエンジンで、PHP スクリプトテンプレートだけに対応しています。 クラス概要Yaf_View_Simple
class Yaf_View_Simple
implements
Yaf_View_Interface {
/* プロパティ */
protected
$_tpl_vars;
protected
$_tpl_dir;
/* メソッド */
final public __construct(string
$template_dir, array $options = ?)public bool assign(string
$name, mixed $value = ?)public bool assignRef(string
$name, mixed &$value)public bool clear(string
$name = ?)public bool display(string
$tpl, array $tpl_vars = ?)public string eval(string
$tpl_content, array $tpl_vars = ?)public void __get(string
$name = ?)public string getScriptPath()
public void __isset(string
$name)public string render(string
$tpl, array $tpl_vars = ?)public void __set(string
$name, mixed $value)public bool setScriptPath(string
}$template_dir)プロパティ
|