class Detail extends AbstractPage

商品詳細 のページクラス.

Properties

$tpl_mainpage メインテンプレート from AbstractPage
$tpl_column_num テンプレートのカラム数 from AbstractPage
$tpl_mainno メインナンバー from AbstractPage
$tpl_css CSS のパス from AbstractPage
$tpl_javascript JavaScript from AbstractPage
$tpl_title タイトル from AbstractPage
$tpl_login_email ログインメールアドレス from AbstractPage
$tpl_onload HTML ロード後に実行する JavaScript コード from AbstractPage
$transactionid トランザクションID from AbstractPage
$template メインテンプレート名 from AbstractPage
$arrSiteInfo 店舗基本情報 from AbstractPage
$plugin_activate_flg プラグインを実行フラグ from AbstractPage
$arrLimitPostMode POST に限定する mode from AbstractPage
$skip_load_page_layout ページレイアウトを読み込むか from AbstractPage
$load_legacy_js 2.12.x 以前のJavaScript関数を読み込むかどうか from AbstractPage
$tpl_page_class_name from AbstractPage
array $arrForm
array $arrErr
Display $objDisplay from AbstractPage
$arrSTATUS 商品ステータス
$arrSTATUS_IMAGE 商品ステータス画像
$arrDELIVERYDATE 発送予定日
$arrRECOMMEND おすすめレベル
FormParam $objFormParam
UploadFile $objUpFile
string $mode
array $arrProduct
string $tpl_class_name1
string $tpl_class_name2
bool $tpl_stock_find
array $arrClassCat1
bool $tpl_classcat_find1
bool $tpl_classcat_find2
int $tpl_product_class_id
int $tpl_product_type
string $js_lnOnload
int $tpl_product_id
string $tpl_subtitle
array $arrRelativeCat
array $productStatus
bool $subImageFlag
array $arrRecommend
array $arrFile
bool $tpl_login
bool $is_favorite
bool $just_added_favorite

Methods

__construct($app = null)

No description

void
init()

Page を初期化する.

void
process()

Page のプロセス.

void
sendResponse()

Page のレスポンス送信.

void
sendResponseCSV(string $file_name, string $data)

Page のレスポンス送信(ダウンロード).

void
__destruct()

デストラクタ

void
doLocalHookpointBefore(PluginHelper $objPlugin)

ローカルフックポイントを生成し、実行します.

void
doLocalHookpointAfter(PluginHelper $objPlugin)

ローカルフックポイントを生成し、実行します.

getTemplate()

テンプレート取得

setTemplate($template)

テンプレート設定(ポップアップなどの場合)

string
getLocation(string $path, array $param = array(), mixed $useSSL = 'escape')

$path から URL を取得する.

string
getRootPath(string $path)

EC-CUBE のWEBルート(/html/)を / としたパスを返す

void
allowClientCache() deprecated

互換性確保用メソッド

void
httpCacheControl(string $mode = '')

クライアント・プロキシのキャッシュを制御する.

string|null
getMode()

リクエストパラメーター 'mode' を取得する.

void
doValidToken(boolean $is_admin = false)

POST アクセスの妥当性を検証する.

void
setTokenTo()

トランザクショントークンを取得し, 設定する.

log($mess, $log_level) deprecated

前方互換用

void
p(mixed $val)

デバック出力を行う.

void
checkLimitPostMode()

POST に限定された mode か検証する。

void
action()

Page のAction.

integer
lfCheckProductId(string $admin_mode, int $product_id, Product $objProduct)

プロダクトIDの正当性チェック

UploadFile
lfInitFile(UploadFile $objUpFile)

ファイル情報の初期化

lfMakeSelect()

No description

lfMakeSelectMobile($objPage, $product_id, $request_classcategory_id1)

No description

array
lfInitParam(FormParam $objFormParam)

パラメーター情報の初期化

lfGetProductsClass(integer $product_id)

No description

lfPreGetRecommendProducts(integer $product_id)

No description

lfCheckError($mode, FormParam $objFormParam, $tpl_classcat_find1 = null, $tpl_classcat_find2 = null)

No description

bool
lfSetFile(UploadFile $objUpFile, array $arrProduct, array $arrFile)

ファイルの情報をセットする

lfRegistFavoriteProduct($favorite_product_id, $customer_id)

No description

void
doCart()

Add product(s) into the cart.

void
doAddFavorite(Customer $objCustomer)

Add product to authenticated user's favorites.

void
doAddFavoriteSphone(Customer $objCustomer)

Add product to authenticated user's favorites. (for Smart phone)

void
doDefault()

No description

void
doMobileSelect()

No description

void
doMobileSelect2()

No description

void
doMobileSelectItem()

No description

void
doMobileCart()

No description

void
doMobileDefault()

No description

Details

in AbstractPage at line 102
__construct($app = null)

Parameters

$app

at line 146
void init()

Page を初期化する.

Return Value

void

at line 169
void process()

Page のプロセス.

Return Value

void

in AbstractPage at line 160
void sendResponse()

Page のレスポンス送信.

Return Value

void

in AbstractPage at line 190
void sendResponseCSV(string $file_name, string $data)

Page のレスポンス送信(ダウンロード).

Parameters

string $file_name
string $data

Return Value

void

in AbstractPage at line 209
void __destruct()

デストラクタ

・ブロックの基底クラス (Ecube\Page\Bloc) では、継承していない。

Return Value

void

in AbstractPage at line 229
void doLocalHookpointBefore(PluginHelper $objPlugin)

ローカルフックポイントを生成し、実行します.

Parameters

PluginHelper $objPlugin

Return Value

void

in AbstractPage at line 250
void doLocalHookpointAfter(PluginHelper $objPlugin)

ローカルフックポイントを生成し、実行します.

Parameters

PluginHelper $objPlugin

Return Value

void

in AbstractPage at line 269
getTemplate()

テンプレート取得

in AbstractPage at line 278
setTemplate($template)

テンプレート設定(ポップアップなどの場合)

Parameters

$template

in AbstractPage at line 303
string getLocation(string $path, array $param = array(), mixed $useSSL = 'escape')

$path から URL を取得する.

以下の順序で 引数 $path から URL を取得する. 1. realpath($path) で $path の 絶対パスを取得 2. $SERVER['DOCUMENTROOT'] と一致する文字列を削除 3. $useSSL の値に応じて, HTTPURL 又は, HTTPSURL を付与する.

返り値に, QUERY_STRING を含めたい場合は, key => value 形式 の配列を $param へ渡す.

Parameters

string $path 結果を取得するためのパス
array $param URL に付与するパラメーターの配列
mixed $useSSL 結果に HTTPSURL を使用する場合 true, HTTPURL を使用する場合 false, デフォルト 'escape' 現在のスキーマを使用

Return Value

string $path の存在する http(s):// から始まる絶対パス

See also

\Net_URL

in AbstractPage at line 337
string getRootPath(string $path)

EC-CUBE のWEBルート(/html/)を / としたパスを返す

Parameters

string $path 結果を取得するためのパス

Return Value

string EC-CUBE のWEBルート(/html/)からのパス。

in AbstractPage at line 367
void allowClientCache() deprecated

deprecated 決済モジュール互換のため

互換性確保用メソッド

Return Value

void

in AbstractPage at line 379
void httpCacheControl(string $mode = '')

クライアント・プロキシのキャッシュを制御する.

Parameters

string $mode (nocache/private)

Return Value

void

in AbstractPage at line 414
string|null getMode()

リクエストパラメーター 'mode' を取得する.

  1. $_REQUEST['mode'] の値を取得する.
  2. 存在しない場合は null を返す.

mode に, 半角英数字とアンダーバー(_) 以外の文字列が検出された場合は null を 返す.

Return Value

string|null $_REQUEST['mode'] の文字列

in AbstractPage at line 440
void doValidToken(boolean $is_admin = false)

POST アクセスの妥当性を検証する.

生成されたトランザクショントークンの妥当性を検証し, 不正な場合はエラー画面へ遷移する.

この関数は, 基本的に init() 関数で呼び出され, POST アクセスの場合は自動的に トランザクショントークンを検証する. ページによって検証タイミングなどを制御する必要がある場合は, この関数を オーバーライドし, 個別に設定を行うこと.

Parameters

boolean $is_admin 管理画面でエラー表示をする場合 true

Return Value

void

in AbstractPage at line 460
void setTokenTo()

トランザクショントークンを取得し, 設定する.

Return Value

void

in AbstractPage at line 470
log($mess, $log_level) deprecated

deprecated 2.12.0 GcUtils::gfPrintLog を使用すること

前方互換用

Parameters

$mess
$log_level

in AbstractPage at line 491
void p(mixed $val)

デバック出力を行う.

デバック用途のみに使用すること.

Parameters

mixed $val デバックする要素

Return Value

void

in AbstractPage at line 502
void checkLimitPostMode()

POST に限定された mode か検証する。

POST 以外で、POST に限定された mode を実行しようとした場合、落とす。

Return Value

void

at line 181
void action()

Page のAction.

Return Value

void

at line 343
integer lfCheckProductId(string $admin_mode, int $product_id, Product $objProduct)

プロダクトIDの正当性チェック

Parameters

string $admin_mode
int $product_id
Product $objProduct

Return Value

integer

at line 365
UploadFile lfInitFile(UploadFile $objUpFile)

ファイル情報の初期化

Parameters

UploadFile $objUpFile

Return Value

UploadFile

at line 376
lfMakeSelect()

at line 390
lfMakeSelectMobile($objPage, $product_id, $request_classcategory_id1)

Parameters

$objPage
$product_id
$request_classcategory_id1

at line 459
array lfInitParam(FormParam $objFormParam)

パラメーター情報の初期化

Parameters

FormParam $objFormParam

Return Value

array

at line 481
lfGetProductsClass(integer $product_id)

Parameters

integer $product_id

at line 494
lfPreGetRecommendProducts(integer $product_id)

Parameters

integer $product_id

at line 527
lfCheckError($mode, FormParam $objFormParam, $tpl_classcat_find1 = null, $tpl_classcat_find2 = null)

Parameters

$mode
FormParam $objFormParam
$tpl_classcat_find1
$tpl_classcat_find2

at line 570
bool lfSetFile(UploadFile $objUpFile, array $arrProduct, array $arrFile)

ファイルの情報をセットする

Parameters

UploadFile $objUpFile
array $arrProduct
array $arrFile

Return Value

bool

at line 592
lfRegistFavoriteProduct($favorite_product_id, $customer_id)

Parameters

$favorite_product_id
$customer_id

at line 626
void doCart()

Add product(s) into the cart.

Return Value

void

at line 654
void doAddFavorite(Customer $objCustomer)

Add product to authenticated user's favorites.

Parameters

Customer $objCustomer

Return Value

void

at line 675
void doAddFavoriteSphone(Customer $objCustomer)

Add product to authenticated user's favorites. (for Smart phone)

Parameters

Customer $objCustomer

Return Value

void

at line 698
void doDefault()

Return Value

void

at line 709
void doMobileSelect()

Return Value

void

at line 727
void doMobileSelect2()

Return Value

void

at line 755
void doMobileSelectItem()

Return Value

void

at line 800
void doMobileCart()

Return Value

void

at line 813
void doMobileDefault()

Return Value

void