VbzCart/docs/v1/class/vcCartData Buyer: Difference between revisions
Jump to navigation
Jump to search
imported>Woozle (header) |
imported>Woozle (Replaced content with "{{page/code/class}} * '''file''': {{l/project|file|cart/cart.data.fg.buyer.php}} * '''extends''': {{l/version|class|vcCartData_Contact}} * '''call links''': ** '''field cr...") |
||
Line 2: | Line 2: | ||
* '''file''': {{l/project|file|cart/cart.data.fg.buyer.php}} | * '''file''': {{l/project|file|cart/cart.data.fg.buyer.php}} | ||
* '''extends''': {{l/version|class|vcCartData_Contact}} | * '''extends''': {{l/version|class|vcCartData_Contact}} | ||
* ''' | * '''call links''': | ||
** | ** '''field creation''': | ||
*** | *** $this->'''CreateFields'''() [events API]: | ||
**** | **** '''calls''' {{l/version|class|vcCartData_Contact}}::CreateFields() (parent) | ||
**** | **** '''calls''' $this->'''OrderMessageField'''(); // add this field to the standard ones | ||
**** '''calls''' $this->'''CardNumberField'''(); | |||
* | **** '''calls''' $this->'''CardExpiryField'''(); | ||
** | ** '''rendering''': | ||
*** $this->'''RenderPayment'''($doEdit) [public]: | |||
*** calls $this->'''CardExpiryField | **** '''calls''' $this->'''RenderPayTypeSection'''($doEdit) | ||
***** '''calls''' $this->'''RenderPayCardSection'''($doEdit) | |||
** | ****** '''calls''' $this->'''RenderPayCardNumberSection'''($doEdit) | ||
*** | ****** '''calls''' $this->'''RenderPayCardAddrSection'''($doEdit) | ||
* | |||
Revision as of 13:57, 15 April 2019
- file: Template:L/project
- extends: Template:L/version
- call links:
- field creation:
- $this->CreateFields() [events API]:
- calls Template:L/version::CreateFields() (parent)
- calls $this->OrderMessageField(); // add this field to the standard ones
- calls $this->CardNumberField();
- calls $this->CardExpiryField();
- $this->CreateFields() [events API]:
- rendering:
- $this->RenderPayment($doEdit) [public]:
- calls $this->RenderPayTypeSection($doEdit)
- calls $this->RenderPayCardSection($doEdit)
- calls $this->RenderPayCardNumberSection($doEdit)
- calls $this->RenderPayCardAddrSection($doEdit)
- calls $this->RenderPayCardSection($doEdit)
- calls $this->RenderPayTypeSection($doEdit)
- $this->RenderPayment($doEdit) [public]:
- field creation: