View
class View
Properties
$_smarty | |||
$objPage |
Methods
__construct()
No description
init()
No description
assign($val1, $val2)
No description
fetch($template)
No description
string
getResponse(array $template, boolean $no_error = false)
Display用にレスポンスを返す
void
setPage(LC_Page_Ex $objPage)
Pageオブジェクトをセットします.
void
registFilter()
Smartyのfilterをセットします.
string
prefilter_transform(string $source, Smarty_Compiler $smarty)
prefilter用のフィルタ関数。プラグイン用のフックポイント処理を実行
string
outputfilter_transform(string $source, Smarty_Compiler $smarty)
outputfilter用のフィルタ関数。プラグイン用のフックポイント処理を実行
display($template, $no_error = false)
No description
assignobj($obj)
No description
assignarray($array)
No description
assignTemplatePath(integer $device_type_id)
テンプレートパスをアサインする.
debug($var = true)
No description
Details
at line 26
__construct()
at line 31
init()
at line 48
assign($val1, $val2)
at line 54
fetch($template)
at line 67
string
getResponse(array $template, boolean $no_error = false)
Display用にレスポンスを返す
at line 92
void
setPage(LC_Page_Ex $objPage)
Pageオブジェクトをセットします.
at line 101
void
registFilter()
Smartyのfilterをセットします.
at line 113
string
prefilter_transform(string $source, Smarty_Compiler $smarty)
prefilter用のフィルタ関数。プラグイン用のフックポイント処理を実行
at line 136
string
outputfilter_transform(string $source, Smarty_Compiler $smarty)
outputfilter用のフィルタ関数。プラグイン用のフックポイント処理を実行
at line 151
display($template, $no_error = false)
at line 171
assignobj($obj)
at line 181
assignarray($array)
at line 193
assignTemplatePath(integer $device_type_id)
テンプレートパスをアサインする.