VbzCart/v1/class/vcCartDataManager: Difference between revisions

from HTYP, the free directory anyone can edit if they can prove to me that they're not a spambot
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

{{#set:in project=VbzCart}}{{#set:thing type=VbzCart/class}}{{#set:class name=vcCartDataManager}}{{#set:version=v1}}

About