VbzCart/docs/v1/class/vcCartData Buyer: Difference between revisions

From Woozle Writes Code
< VbzCart‎ | docs‎ | v1/class
Jump to navigation Jump to search
imported>Woozle
No edit summary
m (Woozle moved page VbzCart/VbzCart/v1/class/vcCartData Buyer to VbzCart/docs/v1/class/vcCartData Buyer without leaving a redirect: part 5/5)
 
(4 intermediate revisions by one other user not shown)
Line 6: Line 6:
** '''...uses''' {{l/version|class|vtCartData_EmailPhone}}
** '''...uses''' {{l/version|class|vtCartData_EmailPhone}}
* '''call links''':
* '''call links''':
** '''created by''':
*** {{l/version/method|vcCartDataManager|GetBuyerObject}}()
** '''field creation''':
** '''field creation''':
*** $this->'''CreateFields'''() [events API]:
*** {{l/version|class|vcCartDataFieldGroup}}::'''__construct'''({{l/version|class|vcCartForm}} $oForm) calls...
**** '''calls''' {{l/version|class|vcCartData_Contact}}::CreateFields() (parent)
**** $this->'''CreateFields'''() [protected], which calls...
**** '''calls''' $this->'''OrderMessageField'''(); // add this field to the standard ones
***** {{l/version|class|vcCartData_Contact}}::CreateFields() (parent)
**** '''calls''' $this->'''CardNumberField'''();
***** $this->'''OrderMessageField'''(); // add this field to the standard ones
**** '''calls''' $this->'''CardExpiryField'''();
***** $this->'''CardNumberField'''();
***** $this->'''CardExpiryField'''();
** '''rendering''':
** '''rendering''':
*** $this->'''RenderPayment'''($doEdit) [public]:
*** {{l/version|class|vcCartDataManager}}::'''RenderBillingPage'''() calls
**** '''calls''' $this->'''RenderPayTypeSection'''($doEdit)
**** $this->'''{{l/sub|RenderPayment}}'''($doEdit) [public]
***** '''calls''' $this->'''RenderPayCardSection'''($doEdit)
****** '''calls''' $this->'''RenderPayCardNumberSection'''($doEdit)
****** '''calls''' $this->'''RenderPayCardAddrSection'''($doEdit)
** '''capture''':
** '''capture''':
*** $this->'''CapturePayment'''() [public]:
*** {{l/version|class|vcCartDataManager}}::'''CaptureBillingPage'''() calls...
**** '''called by''' {{l/version|class|vcCartDataManager}}::'''CaptureBillingPage'''()
**** $this->'''{{l/sub|CapturePayment}}'''() [public]
**** '''calls''' $this->'''ReceiveForm'''()
***** '''defined in''' {{l/version|class|vtCartData_NameAddress}}
****** Doesn't actually seem to receive the form

Latest revision as of 01:58, 25 February 2024

Template:Page/code/class