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

From Woozle Writes Code
< VbzCart‎ | docs‎ | v1/class
Jump to navigation Jump to search
imported>Woozle
mNo edit summary
imported>Woozle
No edit summary
Line 13: Line 13:
** {{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|class|vcPageContent_ckout}}::'''RenderBillingPage'''() calls...
*** '''called by''' {{l/version|class|vcPageContent_ckout}}::'''RenderBillingPage'''()
** $this->'''RenderBillingPage'''(), which calls...
*** '''calls''' {{l/version|class|vcCartData_Buyer}}::'''RenderPayment'''()
*** {{l/version|class|vcCartData_Buyer}}::'''RenderPayment'''()
** $this->'''CaptureBillingPage'''()
* {{l/version|class|vcPageContent_ckout}}::'''CapturePage'''() [protected] calls...
*** '''called by''' {{l/version|class|vcPageContent_ckout}}::'''CaptureBilling'''()
** {{l/version|class|vcPageContent_ckout}}::'''CaptureCart()''' [protected], which doesn't call anything here
**** ...which is not called by anything!
** {{l/version|class|vcPageContent_ckout}}::'''CaptureShipping'''() [protected], which calls...
*** '''calls''' {{l/version|class|vcCartData_Buyer}}::'''CapturePayment'''()
*** $this->'''{{l/sub|CaptureShippingPage}}'''() [public]
** {{l/version|class|vcPageContent_ckout}}::'''CaptureBilling'''() [protected], which calls...
*** this->'''CaptureBillingPage'''(), which calls...
**** '''{{l/version|class|vcCartData_Buyer/CapturePayment}}'''()

Revision as of 10:59, 18 April 2019

Template:Page/code/class

About

Links

calls