Class SC_CartSession

Description

Located in /class/SC_CartSession.php (line 25)


	
			
Variable Summary
mixed $key
mixed $key_tmp
Method Summary
SC_CartSession SC_CartSession ([ $key = 'cart'])
void addProduct ( $id,  $quantity, [ $campaign_id = ""])
void checkChangeCart ()
boolean chkCampaign (integer $campaign_id)
void chkSoldOut ( $arrCartList, [ $is_mobile = false])
void delAllProducts ()
void delProduct ( $cart_no)
void delProductKey ( $keyname,  $val)
void downQuantity ( $cart_no)
void getAllProductID ()
void getAllProductsTax ( $arrInfo)
void getAllProductsTotal ( $arrInfo)
void getCartList ()
void getMax ()
void getNextCartID ()
void getPrevURL ()
void getProductTotal ( $arrInfo,  $id)
void getValue ( $key)
void saveCurrentCart ( $key_tmp)
void setPrevURL ( $url)
void setProductValue ( $id,  $key,  $val)
void setValue ( $key,  $val)
void upQuantity ( $cart_no)
Variables
mixed $key (line 26)
mixed $key_tmp (line 27)
Methods
Constructor SC_CartSession (line 30)
SC_CartSession SC_CartSession ([ $key = 'cart'])
  • $key
addProduct (line 213)
void addProduct ( $id,  $quantity, [ $campaign_id = ""])
  • $id
  • $quantity
  • $campaign_id
checkChangeCart (line 61)
void checkChangeCart ()
chkCampaign (line 366)

カートの中のキャンペーン商品のチェック

  • return: True:キャンペーン商品有り False:キャンペーン商品無し
boolean chkCampaign (integer $campaign_id)
  • integer $campaign_id: キャンペーンID
chkSoldOut (line 351)
void chkSoldOut ( $arrCartList, [ $is_mobile = false])
  • $arrCartList
  • $is_mobile
delAllProducts (line 309)
void delAllProducts ()
delProduct (line 317)
void delProduct ( $cart_no)
  • $cart_no
delProductKey (line 269)
void delProductKey ( $keyname,  $val)
  • $keyname
  • $val
downQuantity (line 339)
void downQuantity ( $cart_no)
  • $cart_no
getAllProductID (line 299)
void getAllProductID ()
getAllProductsPoint (line 187)
void getAllProductsPoint ()
getAllProductsTax (line 173)
void getAllProductsTax ( $arrInfo)
  • $arrInfo
getAllProductsTotal (line 150)
void getAllProductsTotal ( $arrInfo)
  • $arrInfo
getCancelPurchase (line 53)
void getCancelPurchase ()
getCartList (line 286)
void getCartList ()
getMax (line 122)
void getMax ()
getNextCartID (line 85)
void getNextCartID ()
getPrevURL (line 263)
void getPrevURL ()
getProductTotal (line 93)
void getProductTotal ( $arrInfo,  $id)
  • $arrInfo
  • $id
getTotalQuantity (line 139)
void getTotalQuantity ()
getValue (line 282)
void getValue ( $key)
  • $key
saveCurrentCart (line 38)
void saveCurrentCart ( $key_tmp)
  • $key_tmp
setPrevURL (line 242)
void setPrevURL ( $url)
  • $url
setProductValue (line 111)
void setProductValue ( $id,  $key,  $val)
  • $id
  • $key
  • $val
setValue (line 278)
void setValue ( $key,  $val)
  • $key
  • $val
upQuantity (line 327)
void upQuantity ( $cart_no)
  • $cart_no

Documentation generated on Tue, 28 Apr 2009 18:13:07 +0900 by phpDocumentor 1.4.2