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 38
__construct()
at line 43
init()
at line 60
assign($val1, $val2)
at line 66
fetch($template)
at line 79
string
getResponse(array $template, boolean $no_error = false)
Display用にレスポンスを返す
at line 104
void
setPage(LC_Page_Ex $objPage)
Pageオブジェクトをセットします.
at line 113
void
registFilter()
Smartyのfilterをセットします.
at line 125
string
prefilter_transform(string $source, Smarty_Compiler $smarty)
prefilter用のフィルタ関数。プラグイン用のフックポイント処理を実行
at line 148
string
outputfilter_transform(string $source, Smarty_Compiler $smarty)
outputfilter用のフィルタ関数。プラグイン用のフックポイント処理を実行
at line 163
display($template, $no_error = false)
at line 183
assignobj($obj)
at line 193
assignarray($array)
at line 205
assignTemplatePath(integer $device_type_id)
テンプレートパスをアサインする.