class InstallView extends View

Properties

$_smarty from View
$objPage from View

Methods

__construct($template_dir, $compile_dir = COMPILE_REALDIR)

No description

init()

No description

from View
assign($val1, $val2)

No description

from View
fetch($template)

No description

from View
string
getResponse(array $template, boolean $no_error = false)

Display用にレスポンスを返す

from View
void
setPage(LC_Page_Ex $objPage)

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

from View
void
registFilter()

Smartyのfilterをセットします.

from View
string
prefilter_transform(string $source, Smarty_Compiler $smarty)

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

from View
string
outputfilter_transform(string $source, Smarty_Compiler $smarty)

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

from View
display($template, $no_error = false)

No description

from View
assignobj($obj)

No description

from View
assignarray($array)

No description

from View
assignTemplatePath(integer $device_type_id)

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

from View
debug($var = true)

No description

from View

Details

at line 32
__construct($template_dir, $compile_dir = COMPILE_REALDIR)

Parameters

$template_dir
$compile_dir

in View at line 43
init()

in View at line 60
assign($val1, $val2)

Parameters

$val1
$val2

in View at line 66
fetch($template)

Parameters

$template

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

Display用にレスポンスを返す

Parameters

array $template
boolean $no_error

Return Value

string

in View at line 104
void setPage(LC_Page_Ex $objPage)

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

Parameters

LC_Page_Ex $objPage

Return Value

void

in View at line 113
void registFilter()

Smartyのfilterをセットします.

Return Value

void

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

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

Parameters

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

Return Value

string $source ソース

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

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

Parameters

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

Return Value

string $source ソース

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

Parameters

$template
$no_error

in View at line 183
assignobj($obj)

Parameters

$obj

in View at line 193
assignarray($array)

Parameters

$array

in View at line 205
assignTemplatePath(integer $device_type_id)

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

Parameters

integer $device_type_id 端末種別ID

in View at line 223
debug($var = true)

Parameters

$var