Difference between revisions of "VbzCart/v1/class/vcCartDataManager"

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

About

Links

  • This class inherits nothing.
  • Nothing inherits this class.
  • created by: vcrCart::FieldsManager()
  • points to:

calls