Difference between revisions of "VbzCart/v1/class/vcCartDataManager"
Jump to navigation
Jump to search
(Replaced content with "{{page/code/class}} * '''file''': {{l/project|file|cart/cart.data.mgr.php}} * Nothing inherits this class. * '''purpose''': essentially a helper class for {{l/version|clas...") Tag: Replaced |
|||
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|class|vcrCart}}::FieldsManager() | * '''created by''': {{l/version|class|vcrCart}}::FieldsManager() | ||
* '''points to''': | * '''points to''': | ||
Line 8: | Line 14: | ||
** {{l/version|class|vcCartForm}} | ** {{l/version|class|vcCartForm}} | ||
* '''call links''': | * '''call links''': | ||
− | ** this | + | ** $this->'''RenderBillingPage'''() |
*** '''called by''' {{l/version|class|vcPageContent_ckout}}: | *** '''called by''' {{l/version|class|vcPageContent_ckout}}: | ||
− | **** ::RenderBillingPage() | + | **** ::'''RenderBillingPage'''() |
− | **** ::RenderContent() | + | **** ::'''RenderContent'''() |
*** '''calls''' {{l/version|class|vcCartData_Buyer}}::RenderPayment() | *** '''calls''' {{l/version|class|vcCartData_Buyer}}::RenderPayment() | ||
− | * ''' | + | ** $this->'''CaptureBillingPage'''() |
− | + | *** '''called by''' {{l/version|class|vcPageContent_ckout}}::'''CaptureBilling'''() | |
− | ** | + | **** ...which is not called by anything! |
+ | *** '''calls''' {{l/version|class|vcCartData_Buyer}}::'''CapturePayment'''() |
Revision as of 12:52, 16 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
- call links:
- $this->RenderBillingPage()
- called by vcPageContent_ckout:
- ::RenderBillingPage()
- ::RenderContent()
- calls vcCartData_Buyer::RenderPayment()
- called by vcPageContent_ckout:
- $this->CaptureBillingPage()
- called by vcPageContent_ckout::CaptureBilling()
- ...which is not called by anything!
- calls vcCartData_Buyer::CapturePayment()
- called by vcPageContent_ckout::CaptureBilling()
- $this->RenderBillingPage()