VbzCart/docs/v1/class/vcPageContent ckout: Difference between revisions

From Woozle Writes Code
< VbzCart‎ | docs‎ | v1/class
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::RenderBillingPage()
** $this->'''RenderContent'''()
*** '''calls''' {{l/version|class|vcCartDataManager}}::RenderBillingPage()
*** '''calls''' $this->'''RenderCart'''()
** this::RenderContent()
**** '''calls''' {{l/version|class|vcrShopCart}}::'''Render'''(FALSE) (read-only version of cart)
*** '''calls''' this::RenderCart()
*** '''calls''' $this->'''RenderShippingPage'''()
**** '''calls''' {{l/version|class|vcrShopCart}}::Render(FALSE) (read-only version of cart)
**** '''calls''' {{l/version|class|vcCartDataManager}}::'''RenderShippingPage'''()
*** '''calls''' this::RenderShippingPage()
*** '''calls''' $this->'''RenderBillingPage'''()
**** '''calls''' {{l/version|class|vcCartDataManager}}::RenderShippingPage()
**** '''calls''' {{l/version|class|vcCartDataManager}}::'''RenderBillingPage'''()
*** '''calls''' this::RenderBillingPage()
*** '''calls''' $this->'''RenderConfirm'''()
**** '''calls''' {{l/version|class|vcCartDataManager}}::RenderBillingPage()
*** '''calls''' this::RenderConfirm()
**** 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::RenderReceipt()
*** '''calls''' $this->'''RenderReceipt'''()

Revision as of 13:13, 16 April 2019

Template:Page/code/class