Difference between revisions of "VbzCart/v1/class/vcPageContent ckout"

from HTYP, the free directory anyone can edit if they can prove to me that they're not a spambot
Jump to navigation Jump to search
Line 4: Line 4:
 
* '''extended by''': nothing
 
* '''extended by''': nothing
 
* '''call links''':
 
* '''call links''':
** $this->'''OnRunCalculations'''() [protected; events system]
+
** {{l/version/method|vcPageContent_ckout|OnRunCalculations}}() [protected; events system] calls...
*** '''calls''' $this->'''ProcessPage'''() [protected]
+
*** {{l/version/method|vcPageContent_ckout|ProcessPage}}() [protected], which calls...
**** '''calls''' $this->'''CapturePage'''() [protected]
+
**** {{l/version/method|vcPageContent_ckout|CapturePage}}() [protected], which calls several things
***** '''calls''' $this->'''CaptureBilling'''()
+
** {{l/version/method|vcPageContent_ckout|Render}}() [public, events system] calls...
** $this->'''Render'''() [public, events system]
+
*** {{l/version/method|vcPageContent_ckout|RenderContent}}() [protected], which calls several things
*** '''calls''' $this->'''RenderContent'''() [protected]
 
**** '''calls''' $this->'''RenderCart'''()
 
***** '''calls''' {{l/version|class|vcrShopCart}}::'''Render'''(FALSE) (read-only version of cart)
 
**** '''calls''' $this->'''RenderShippingPage'''()
 
***** '''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 20:44, 21 April 2019