Changeset 23605 for branches/version-2_13-dev/data/class/SC_CartSession.php
- Timestamp:
- 2014/08/27 18:45:58 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/version-2_13-dev/data/class/SC_CartSession.php
r23546 r23605 46 46 47 47 // 商品購入処理中のロック 48 49 /** 50 * @param string $key_tmp 51 * @param integer $productTypeId 52 */ 48 53 public function saveCurrentCart($key_tmp, $productTypeId) 49 54 { … … 72 77 73 78 // 購入処理中に商品に変更がなかったかを判定 79 80 /** 81 * @param integer $productTypeId 82 */ 74 83 public function checkChangeCart($productTypeId) 75 84 { … … 111 120 112 121 // 値のセット 122 123 /** 124 * @param string $key 125 * @param string $productTypeId 126 */ 113 127 public function setProductValue($id, $key, $val, $productTypeId) 114 128 { … … 201 215 202 216 // 全商品の合計ポイント 217 218 /** 219 * @param integer $productTypeId 220 */ 203 221 public function getAllProductsPoint($productTypeId) 204 222 { … … 335 353 * getCartList用にcartSession情報をセットする 336 354 * 337 * @param integer $product _type_id 商品種別ID355 * @param integer $productTypeId 商品種別ID 338 356 * @param integer $key 339 357 * @return void
Note: See TracChangeset
for help on using the changeset viewer.
