Difference between revisions of "VbzCart/v1/class/vcCartDataManager"
		
		
		
		
		
		Jump to navigation
		Jump to search
		
				
		
		
	
 (updated code; created by)  | 
				m  | 
				||
| (7 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
{{page/code/class}}  | {{page/code/class}}  | ||
| + | ==About==  | ||
| + | * '''purpose''': essentially a helper class for {{l/version|class|vcrCart}}.  | ||
| + | * '''jobs''':  | ||
| + | ** Gets and sets the serialized blob field from the Cart record (GetBlobString(), SetBlobString())  | ||
| + | ** Creates the BuyerObject ({{l/version|class|vcCartData_Buyer}}) and SellerObject ({{l/version|class|vcCartData_Recip}})  | ||
* '''file''': {{l/project|file|cart/cart.data.mgr.php}}  | * '''file''': {{l/project|file|cart/cart.data.mgr.php}}  | ||
| + | ==Links==  | ||
| + | * This class inherits nothing.  | ||
* Nothing inherits this class.  | * Nothing inherits this class.  | ||
| − | + | * '''created by''': {{l/version/method|vcrCart|FieldsManager}}()  | |
| − | * '''created by''': {{l/version|  | ||
* '''points to''':  | * '''points to''':  | ||
** {{l/version|class|vcrCart}} (parent)  | ** {{l/version|class|vcrCart}} (parent)  | ||
** {{l/version|class|vcCartForm}}  | ** {{l/version|class|vcCartForm}}  | ||
| − | + | ===calls===  | |
| − | *  | + | * {{l/version/method|vcCartDataManager|GetBuyerObject}}() [public] - multiple callers  | 
| − | + | * {{l/version/method|vcCartDataManager|GetRecipObject}}() [public] - multiple callers  | |
| − | + | * {{l/version/method|vcPageContent_ckout|RenderBillingPage}}() calls...  | |
| − | + | ** {{l/version/method|vcCartDataManager|RenderBillingPage}}()  | |
| − | + | * {{l/version/method|vcPageContent_ckout|CapturePage}}() [protected] calls...  | |
| − | + | ** {{l/version/method|vcPageContent_ckout|CaptureCart}}() [protected], which doesn't call anything here  | |
| − | + | ** {{l/version/method|vcPageContent_ckout|CaptureShipping}}() [protected], which calls...  | |
| − | + | *** {{l/version/method|vcCartDataManager|CaptureShippingPage}}() [public]  | |
| − | + | ** {{l/version/method|vcPageContent_ckout|CaptureBilling}}() [protected], which calls...  | |
| − | *  | + | *** {{l/version/method|vcCartDataManager|CaptureBillingPage}}()  | 
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | //   | ||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | //	  | ||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
Latest revision as of 11:31, 4 May 2019
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...