VbzCart/v1/class/vcPageContent ckout: Difference between revisions
from HTYP, the free directory anyone can edit if they can prove to me that they're not a spambot
No edit summary |
No edit summary |
||
| Line 4: | Line 4: | ||
* '''extended by''': nothing | * '''extended by''': nothing | ||
* '''call links''': | * '''call links''': | ||
** this | ** $this->'''RenderContent'''() | ||
*** '''calls''' $this->'''RenderCart'''() | |||
**** '''calls''' {{l/version|class|vcrShopCart}}::'''Render'''(FALSE) (read-only version of cart) | |||
*** '''calls''' this | *** '''calls''' $this->'''RenderShippingPage'''() | ||
**** '''calls''' {{l/version|class|vcrShopCart}}::Render(FALSE) (read-only version of cart) | **** '''calls''' {{l/version|class|vcCartDataManager}}::'''RenderShippingPage'''() | ||
*** '''calls''' this | *** '''calls''' $this->'''RenderBillingPage'''() | ||
**** '''calls''' {{l/version|class|vcCartDataManager}}::RenderShippingPage() | **** '''calls''' {{l/version|class|vcCartDataManager}}::'''RenderBillingPage'''() | ||
*** '''calls''' this | *** '''calls''' $this->'''RenderConfirm'''() | ||
**** '''calls''' {{l/version|class|vcCartDataManager}}::RenderBillingPage() | |||
*** '''calls''' this | |||
**** currently located in {{l/version|class|vcPageCkout}}, should probably be moved here | **** currently located in {{l/version|class|vcPageCkout}}, should probably be moved here | ||
*** '''calls''' this | *** '''calls''' $this->'''RenderReceipt'''() | ||
Revision as of 13:13, 16 April 2019
{{#set:in project=VbzCart}}{{#set:thing type=VbzCart/class}}{{#set:class name=vcPageContent ckout}}{{#set:version=v1}}
- file: page/ckout-content.php
- extends: vcPageContent
- extended by: nothing
- call links:
- $this->RenderContent()
- calls $this->RenderCart()
- calls vcrShopCart::Render(FALSE) (read-only version of cart)
- calls $this->RenderShippingPage()
- calls vcCartDataManager::RenderShippingPage()
- calls $this->RenderBillingPage()
- calls vcCartDataManager::RenderBillingPage()
- calls $this->RenderConfirm()
- currently located in vcPageCkout, should probably be moved here
- calls $this->RenderReceipt()
- calls $this->RenderCart()
- $this->RenderContent()
