VbzCart/docs/v1/class/vcCartData Buyer: Difference between revisions
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) |
||
(3 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'''() [ | *** {{l/version|class|vcCartDataFieldGroup}}::'''__construct'''({{l/version|class|vcCartForm}} $oForm) calls... | ||
**** {{l/version|class|vcCartData_Contact}}::CreateFields() (parent) | **** $this->'''CreateFields'''() [protected], which calls... | ||
**** $this->'''OrderMessageField'''(); // add this field to the standard ones | ***** {{l/version|class|vcCartData_Contact}}::CreateFields() (parent) | ||
**** $this->'''CardNumberField'''(); | ***** $this->'''OrderMessageField'''(); // add this field to the standard ones | ||
**** $this->'''CardExpiryField'''(); | ***** $this->'''CardNumberField'''(); | ||
***** $this->'''CardExpiryField'''(); | |||
** '''rendering''': | ** '''rendering''': | ||
*** | *** {{l/version|class|vcCartDataManager}}::'''RenderBillingPage'''() calls | ||
**** $this->''' | **** $this->'''{{l/sub|RenderPayment}}'''($doEdit) [public] | ||
** '''capture''': | ** '''capture''': | ||
*** {{l/version|class|vcCartDataManager}}::'''CaptureBillingPage'''() calls... | *** {{l/version|class|vcCartDataManager}}::'''CaptureBillingPage'''() calls... | ||
**** $this->'''CapturePayment'''() [public] | **** $this->'''{{l/sub|CapturePayment}}'''() [public] | ||
Latest revision as of 01:58, 25 February 2024
- file: Template:L/project
- extends Template:L/version which...
- ...extends Template:L/version which...
- ...uses Template:L/version
- ...uses Template:L/version
- ...extends Template:L/version which...
- call links:
- created by:
- field creation:
- Template:L/version::__construct(Template:L/version $oForm) calls...
- $this->CreateFields() [protected], which calls...
- Template:L/version::CreateFields() (parent)
- $this->OrderMessageField(); // add this field to the standard ones
- $this->CardNumberField();
- $this->CardExpiryField();
- $this->CreateFields() [protected], which calls...
- Template:L/version::__construct(Template:L/version $oForm) calls...
- rendering:
- Template:L/version::RenderBillingPage() calls
- $this->RenderPayment($doEdit) [public]
- Template:L/version::RenderBillingPage() calls
- capture:
- Template:L/version::CaptureBillingPage() calls...
- $this->CapturePayment() [public]
- Template:L/version::CaptureBillingPage() calls...