Difference between revisions of "VbzCart/v1/class/vcCartDataManager"
Jump to navigation
Jump to search
Line 14: | Line 14: | ||
** {{l/version|class|vcCartForm}} | ** {{l/version|class|vcCartForm}} | ||
===calls=== | ===calls=== | ||
+ | * $this->'''{{l/sub|GetBuyerObject}}'''() [public] - multiple callers | ||
+ | * $this->'''{{l/sub|GetRecipObject}}'''() [public] - multiple callers | ||
* {{l/version|class|vcPageContent_ckout}}::'''RenderBillingPage'''() calls... | * {{l/version|class|vcPageContent_ckout}}::'''RenderBillingPage'''() calls... | ||
** $this->'''RenderBillingPage'''(), which calls... | ** $this->'''RenderBillingPage'''(), which calls... | ||
Line 23: | Line 25: | ||
** {{l/version|class|vcPageContent_ckout}}::'''CaptureBilling'''() [protected], which calls... | ** {{l/version|class|vcPageContent_ckout}}::'''CaptureBilling'''() [protected], which calls... | ||
*** this->'''CaptureBillingPage'''(), which calls... | *** this->'''CaptureBillingPage'''(), which calls... | ||
− | **** | + | **** {{l/version/method|vcCartData_Buyer|CapturePayment}}() |
Revision as of 12:00, 18 April 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
- $this->GetBuyerObject() [public] - multiple callers
- $this->GetRecipObject() [public] - multiple callers
- vcPageContent_ckout::RenderBillingPage() calls...
- $this->RenderBillingPage(), which calls...
- vcCartData_Buyer::RenderPayment()
- $this->RenderBillingPage(), which calls...
- vcPageContent_ckout::CapturePage() [protected] calls...
- vcPageContent_ckout::CaptureCart() [protected], which doesn't call anything here
- vcPageContent_ckout::CaptureShipping() [protected], which calls...
- $this->CaptureShippingPage() [public]
- vcPageContent_ckout::CaptureBilling() [protected], which calls...
- this->CaptureBillingPage(), which calls...