VbzCart/docs/v1/class/vcCartDataManager: Difference between revisions

From Woozle Writes Code
< VbzCart‎ | docs‎ | v1/class
Jump to navigation Jump to search
imported>Woozle
No edit summary
m (Woozle moved page VbzCart/VbzCart/v1/class/vcCartDataManager to VbzCart/docs/v1/class/vcCartDataManager without leaving a redirect: part 5/5)
 
(6 intermediate revisions by one other user not shown)
Line 9: Line 9:
* This class inherits nothing.
* This class inherits nothing.
* Nothing inherits this class.
* Nothing inherits this class.
* '''created by''': {{l/version|class|vcrCart}}::FieldsManager()
* '''created by''': {{l/version/method|vcrCart|FieldsManager}}()
* '''points to''':
* '''points to''':
** {{l/version|class|vcrCart}} (parent)
** {{l/version|class|vcrCart}} (parent)
** {{l/version|class|vcCartForm}}
** {{l/version|class|vcCartForm}}
* '''call links''':
===calls===
** $this->'''RenderBillingPage'''()
* {{l/version/method|vcCartDataManager|GetBuyerObject}}() [public] - multiple callers
*** '''called by''' {{l/version|class|vcPageContent_ckout}}:
* {{l/version/method|vcCartDataManager|GetRecipObject}}() [public] - multiple callers
**** ::'''RenderBillingPage'''()
* {{l/version/method|vcPageContent_ckout|RenderBillingPage}}() calls...
**** ::'''RenderContent'''()
** {{l/version/method|vcCartDataManager|RenderBillingPage}}()
*** '''calls''' {{l/version|class|vcCartData_Buyer}}::RenderPayment()
* {{l/version/method|vcPageContent_ckout|CapturePage}}() [protected] calls...
** $this->'''CaptureBillingPage'''()
** {{l/version/method|vcPageContent_ckout|CaptureCart}}() [protected], which doesn't call anything here
*** '''called by''' {{l/version|class|vcPageContent_ckout}}::'''CaptureBilling'''()
** {{l/version/method|vcPageContent_ckout|CaptureShipping}}() [protected], which calls...
**** ...which is not called by anything!
*** {{l/version/method|vcCartDataManager|CaptureShippingPage}}() [public]
*** '''calls''' {{l/version|class|vcCartData_Buyer}}::'''CapturePayment'''()
** {{l/version/method|vcPageContent_ckout|CaptureBilling}}() [protected], which calls...
*** {{l/version/method|vcCartDataManager|CaptureBillingPage}}()

Latest revision as of 01:57, 25 February 2024

Template:Page/code/class

About

Links

calls