VbzCart/docs/v1/class/vcPageContent ckout: Difference between revisions
Jump to navigation
Jump to search
imported>Woozle No edit summary |
imported>Woozle No edit summary |
||
Line 4: | Line 4: | ||
* '''extended by''': nothing | * '''extended by''': nothing | ||
* '''call links''': | * '''call links''': | ||
** $this->'''RenderContent'''() | ** $this->'''OnRunCalculations'''() [protected; events system] | ||
*** '''calls''' $this->'''RenderCart'''() | *** '''calls''' $this->'''ProcessPage'''() [protected] | ||
**** '''calls''' {{l/version|class|vcrShopCart}}::'''Render'''(FALSE) (read-only version of cart) | **** '''calls''' $this->'''CapturePage'''() [protected] | ||
*** '''calls''' $this->'''RenderShippingPage'''() | ***** '''calls''' $this->'''CaptureBilling'''() | ||
**** '''calls''' {{l/version|class|vcCartDataManager}}::'''RenderShippingPage'''() | ** $this->'''Render'''() [public, events system] | ||
*** '''calls''' $this->'''RenderBillingPage'''() | *** '''calls''' $this->'''RenderContent'''() [protected] | ||
**** '''calls''' {{l/version|class|vcCartDataManager}}::'''RenderBillingPage'''() | **** '''calls''' $this->'''RenderCart'''() | ||
*** '''calls''' $this->'''RenderConfirm'''() | ***** '''calls''' {{l/version|class|vcrShopCart}}::'''Render'''(FALSE) (read-only version of cart) | ||
**** currently located in {{l/version|class|vcPageCkout}}, should probably be moved here | **** '''calls''' $this->'''RenderShippingPage'''() | ||
*** '''calls''' $this->'''RenderReceipt'''() | ***** '''calls''' {{l/version|class|vcCartDataManager}}::'''RenderShippingPage'''() | ||
**** '''calls''' $this->'''RenderBillingPage'''() | |||
***** '''calls''' {{l/version|class|vcCartDataManager}}::'''RenderBillingPage'''() | |||
**** '''calls''' $this->'''RenderConfirm'''() | |||
***** currently located in {{l/version|class|vcPageCkout}}, should probably be moved here | |||
**** '''calls''' $this->'''RenderReceipt'''() |
Revision as of 15:43, 16 April 2019
- file: Template:L/version
- extends: Template:L/version
- extended by: nothing
- call links:
- $this->OnRunCalculations() [protected; events system]
- calls $this->ProcessPage() [protected]
- calls $this->CapturePage() [protected]
- calls $this->CaptureBilling()
- calls $this->CapturePage() [protected]
- calls $this->ProcessPage() [protected]
- $this->Render() [public, events system]
- calls $this->RenderContent() [protected]
- calls $this->RenderCart()
- calls Template:L/version::Render(FALSE) (read-only version of cart)
- calls $this->RenderShippingPage()
- calls Template:L/version::RenderShippingPage()
- calls $this->RenderBillingPage()
- calls Template:L/version::RenderBillingPage()
- calls $this->RenderConfirm()
- currently located in Template:L/version, should probably be moved here
- calls $this->RenderReceipt()
- calls $this->RenderCart()
- calls $this->RenderContent() [protected]
- $this->OnRunCalculations() [protected; events system]