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)

Parameters

$val1
$val2

at line 66
fetch($template)

Parameters

$template

at line 79
string getResponse(array $template, boolean $no_error = false)

Display用にレスポンスを返す

Parameters

array $template
boolean $no_error

Return Value

string

at line 104
void setPage(LC_Page_Ex $objPage)

Pageオブジェクトをセットします.

Parameters

LC_Page_Ex $objPage

Return Value

void

at line 113
void registFilter()

Smartyのfilterをセットします.

Return Value

void

at line 125
string prefilter_transform(string $source, Smarty_Compiler $smarty)

prefilter用のフィルタ関数。プラグイン用のフックポイント処理を実行

Parameters

string $source ソース
Smarty_Compiler $smarty Smartyのコンパイラクラス

Return Value

string $source ソース

at line 148
string outputfilter_transform(string $source, Smarty_Compiler $smarty)

outputfilter用のフィルタ関数。プラグイン用のフックポイント処理を実行

Parameters

string $source ソース
Smarty_Compiler $smarty Smartyのコンパイラクラス

Return Value

string $source ソース

at line 163
display($template, $no_error = false)

Parameters

$template
$no_error

at line 183
assignobj($obj)

Parameters

$obj

at line 193
assignarray($array)

Parameters

$array

at line 205
assignTemplatePath(integer $device_type_id)

テンプレートパスをアサインする.

Parameters

integer $device_type_id 端末種別ID

at line 223
debug($var = true)

Parameters

$var