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
m
 
(3 intermediate revisions by the same 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}}::'''RenderBillingPage'''()
+
* {{l/version/method|vcCartDataManager|GetRecipObject}}() [public] - multiple callers
*** '''calls''' {{l/version|class|vcCartData_Buyer}}::'''RenderPayment'''()
+
* {{l/version/method|vcPageContent_ckout|RenderBillingPage}}() calls...
** $this->'''CaptureBillingPage'''()
+
** {{l/version/method|vcCartDataManager|RenderBillingPage}}()
*** '''called by''' {{l/version|class|vcPageContent_ckout}}::'''CaptureBilling'''()
+
* {{l/version/method|vcPageContent_ckout|CapturePage}}() [protected] calls...
**** ...which is not called by anything!
+
** {{l/version/method|vcPageContent_ckout|CaptureCart}}() [protected], which doesn't call anything here
*** '''calls''' {{l/version|class|vcCartData_Buyer}}::'''CapturePayment'''()
+
** {{l/version/method|vcPageContent_ckout|CaptureShipping}}() [protected], which calls...
 +
*** {{l/version/method|vcCartDataManager|CaptureShippingPage}}() [public]
 +
** {{l/version/method|vcPageContent_ckout|CaptureBilling}}() [protected], which calls...
 +
*** {{l/version/method|vcCartDataManager|CaptureBillingPage}}()

Latest revision as of 11:31, 4 May 2019

About

Links

calls