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

From Woozle Writes Code
< VbzCart‎ | docs‎ | v1/class
Jump to navigation Jump to search
imported>Woozle
No edit summary
imported>Woozle
Line 14: Line 14:
** {{l/version|class|vcCartForm}}
** {{l/version|class|vcCartForm}}
===calls===
===calls===
* $this->'''{{l/sub|GetBuyerObject}}'''() [public] - multiple callers
* {{l/version/method|vcCartDataManager|GetBuyerObject}}() [public] - multiple callers
* $this->'''{{l/sub|GetRecipObject}}'''() [public] - multiple callers
* {{l/version/method|vcCartDataManager|GetRecipObject}}() [public] - multiple callers
* {{l/version|class|vcPageContent_ckout}}::'''RenderBillingPage'''() calls...
* {{l/version/method|vcPageContent_ckout|RenderBillingPage}}() calls...
** $this->'''RenderBillingPage'''(), which calls...
** {{l/version/method|vcCartDataManager|RenderBillingPage}}()
*** {{l/version|class|vcCartData_Buyer}}::'''RenderPayment'''()
* {{l/version/method|vcPageContent_ckout|CapturePage}}() [protected] calls...
* {{l/version|class|vcPageContent_ckout}}::'''CapturePage'''() [protected] calls...
** {{l/version/method|vcPageContent_ckout|CaptureCart}}() [protected], which doesn't call anything here
** {{l/version|class|vcPageContent_ckout}}::'''CaptureCart()''' [protected], which doesn't call anything here
** {{l/version/method|vcPageContent_ckout|CaptureShipping}}() [protected], which calls...
** {{l/version|class|vcPageContent_ckout}}::'''CaptureShipping'''() [protected], which calls...
*** {{l/version/method|vcCartDataManager|CaptureShippingPage}}() [public]
*** $this->'''{{l/sub|CaptureShippingPage}}'''() [public]
** {{l/version/method|vcPageContent_ckout|CaptureBilling}}() [protected], which calls...
** {{l/version|class|vcPageContent_ckout}}::'''CaptureBilling'''() [protected], which calls...
*** {{l/version/method|vcCartDataManager|CaptureBillingPage}}()
*** this->'''CaptureBillingPage'''(), which calls...
**** {{l/version/method|vcCartData_Buyer|CapturePayment}}()

Revision as of 21:52, 21 April 2019

Template:Page/code/class

About

Links

calls