VbzCart/docs/v1/class/vcCartData Buyer: Difference between revisions
Jump to navigation
Jump to search
imported>Woozle (header) |
m (Woozle moved page VbzCart/VbzCart/v1/class/vcCartData Buyer to VbzCart/docs/v1/class/vcCartData Buyer without leaving a redirect: part 5/5) |
||
(6 intermediate revisions by one other user not shown) | |||
Line 1: | Line 1: | ||
{{page/code/class}} | {{page/code/class}} | ||
* '''file''': {{l/project|file|cart/cart.data.fg.buyer.php}} | * '''file''': {{l/project|file|cart/cart.data.fg.buyer.php}} | ||
* '''extends''' | * '''extends''' {{l/version|class|vcCartData_Contact}} which... | ||
* ''' | ** '''...extends''' {{l/version|class|vcCartData_NameAddress}} which... | ||
** | *** '''...uses''' {{l/version|class|vtCartData_NameAddress}} | ||
** | ** '''...uses''' {{l/version|class|vtCartData_EmailPhone}} | ||
* | * '''call links''': | ||
** | ** '''created by''': | ||
*** | *** {{l/version/method|vcCartDataManager|GetBuyerObject}}() | ||
* '''field creation | ** '''field creation''': | ||
** | *** {{l/version|class|vcCartDataFieldGroup}}::'''__construct'''({{l/version|class|vcCartForm}} $oForm) calls... | ||
**** $this->'''CreateFields'''() [protected], which calls... | |||
*** | ***** {{l/version|class|vcCartData_Contact}}::CreateFields() (parent) | ||
***** $this->'''OrderMessageField'''(); // add this field to the standard ones | |||
** | ***** $this->'''CardNumberField'''(); | ||
*** | ***** $this->'''CardExpiryField'''(); | ||
** '''rendering''': | |||
*** {{l/version|class|vcCartDataManager}}::'''RenderBillingPage'''() calls | |||
**** $this->'''{{l/sub|RenderPayment}}'''($doEdit) [public] | |||
** '''capture''': | |||
*** {{l/version|class|vcCartDataManager}}::'''CaptureBillingPage'''() calls... | |||
**** $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...