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
No edit summary
Line 14: Line 14:
** {{l/version|class|vcCartForm}}
** {{l/version|class|vcCartForm}}
===calls===
===calls===
* $this->'''{{l/sub|GetBuyerObject}}'''() [public] - multiple callers
* $this->'''{{l/sub|GetRecipObject}}'''() [public] - multiple callers
* {{l/version|class|vcPageContent_ckout}}::'''RenderBillingPage'''() calls...
* {{l/version|class|vcPageContent_ckout}}::'''RenderBillingPage'''() calls...
** $this->'''RenderBillingPage'''(), which calls...
** $this->'''RenderBillingPage'''(), which calls...
Line 23: Line 25:
** {{l/version|class|vcPageContent_ckout}}::'''CaptureBilling'''() [protected], which calls...
** {{l/version|class|vcPageContent_ckout}}::'''CaptureBilling'''() [protected], which calls...
*** this->'''CaptureBillingPage'''(), which calls...
*** this->'''CaptureBillingPage'''(), which calls...
**** '''{{l/version|class|vcCartData_Buyer/CapturePayment}}'''()
**** {{l/version/method|vcCartData_Buyer|CapturePayment}}()

Revision as of 12:00, 18 April 2019

Template:Page/code/class

About

Links

calls