VbzCart/v1/class/vcCartDataManager
		
		
		
		
		
		Jump to navigation
		Jump to search
		
		
	
About
- purpose: essentially a helper class for vcrCart.
- jobs:
- Gets and sets the serialized blob field from the Cart record (GetBlobString(), SetBlobString())
- Creates the BuyerObject (vcCartData_Buyer) and SellerObject (vcCartData_Recip)
 
- file: cart/cart.data.mgr.php
Links
- This class inherits nothing.
- Nothing inherits this class.
- created by: vcrCart::FieldsManager()
- points to:
- vcrCart (parent)
- vcCartForm
 
calls
- vcCartDataManager::GetBuyerObject() [public] - multiple callers
- vcCartDataManager::GetRecipObject() [public] - multiple callers
- vcPageContent_ckout::RenderBillingPage() calls...
- vcPageContent_ckout::CapturePage() [protected] calls...
- vcPageContent_ckout::CaptureCart() [protected], which doesn't call anything here
- vcPageContent_ckout::CaptureShipping() [protected], which calls...
- vcCartDataManager::CaptureShippingPage() [public]
 
- vcPageContent_ckout::CaptureBilling() [protected], which calls...