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

From Woozle Writes Code
< VbzCart‎ | docs‎ | v1/class
Jump to navigation Jump to search
imported>Woozle
imported>Woozle
mNo edit summary
Line 16: Line 16:
** $this->'''RenderBillingPage'''()
** $this->'''RenderBillingPage'''()
*** '''called by''' {{l/version|class|vcPageContent_ckout}}::'''RenderBillingPage'''()
*** '''called by''' {{l/version|class|vcPageContent_ckout}}::'''RenderBillingPage'''()
*** '''calls''' {{l/version|class|vcCartData_Buyer}}::RenderPayment()
*** '''calls''' {{l/version|class|vcCartData_Buyer}}::'''RenderPayment'''()
** $this->'''CaptureBillingPage'''()
** $this->'''CaptureBillingPage'''()
*** '''called by''' {{l/version|class|vcPageContent_ckout}}::'''CaptureBilling'''()
*** '''called by''' {{l/version|class|vcPageContent_ckout}}::'''CaptureBilling'''()
**** ...which is not called by anything!
**** ...which is not called by anything!
*** '''calls''' {{l/version|class|vcCartData_Buyer}}::'''CapturePayment'''()
*** '''calls''' {{l/version|class|vcCartData_Buyer}}::'''CapturePayment'''()

Revision as of 15:44, 16 April 2019

Template:Page/code/class

About

Links