VbzCart/v1/class/vcCartDataManager: Difference between revisions
from HTYP, the free directory anyone can edit if they can prove to me that they're not a spambot
mNo edit summary |
No edit summary |
||
| Line 13: | Line 13: | ||
** {{l/version|class|vcrCart}} (parent) | ** {{l/version|class|vcrCart}} (parent) | ||
** {{l/version|class|vcCartForm}} | ** {{l/version|class|vcCartForm}} | ||
* ''' | ===calls=== | ||
** $this->'''RenderBillingPage'''() | * {{l/version|class|vcPageContent_ckout}}::'''RenderBillingPage'''() calls... | ||
*** ''' | ** $this->'''RenderBillingPage'''(), which calls... | ||
** | *** {{l/version|class|vcCartData_Buyer}}::'''RenderPayment'''() | ||
** $this->''' | * {{l/version|class|vcPageContent_ckout}}::'''CapturePage'''() [protected] calls... | ||
** | ** {{l/version|class|vcPageContent_ckout}}::'''CaptureCart()''' [protected], which doesn't call anything here | ||
*** | ** {{l/version|class|vcPageContent_ckout}}::'''CaptureShipping'''() [protected], which calls... | ||
*** | *** $this->'''{{l/sub|CaptureShippingPage}}'''() [public] | ||
** {{l/version|class|vcPageContent_ckout}}::'''CaptureBilling'''() [protected], which calls... | |||
*** this->'''CaptureBillingPage'''(), which calls... | |||
**** '''{{l/version|class|vcCartData_Buyer/CapturePayment}}'''() | |||
Revision as of 10:59, 18 April 2019
{{#set:in project=VbzCart}}{{#set:thing type=VbzCart/class}}{{#set:class name=vcCartDataManager}}{{#set:version=v1}}
About
- purpose: essentially a helper class for vcrCart.
- jobs:
- Gets and sets the serialized blob field from the Cart record (GetBlobString(), SetBlobString())
- Creates the BuyerObject (vcCartData_Buyer) and SellerObject (vcCartData_Recip)
- file: cart/cart.data.mgr.php
Links
- This class inherits nothing.
- Nothing inherits this class.
- created by: vcrCart::FieldsManager()
- points to:
- vcrCart (parent)
- vcCartForm
calls
- vcPageContent_ckout::RenderBillingPage() calls...
- $this->RenderBillingPage(), which calls...
- vcCartData_Buyer::RenderPayment()
- $this->RenderBillingPage(), which calls...
- vcPageContent_ckout::CapturePage() [protected] calls...
- vcPageContent_ckout::CaptureCart() [protected], which doesn't call anything here
- vcPageContent_ckout::CaptureShipping() [protected], which calls...
- $this->CaptureShippingPage() [public]
- vcPageContent_ckout::CaptureBilling() [protected], which calls...
- this->CaptureBillingPage(), which calls...
