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