VbzCart/docs/v1/class/vcCartDataManager: Difference between revisions
Jump to navigation
Jump to search
imported>Woozle No edit summary |
m (Woozle moved page VbzCart/VbzCart/v1/class/vcCartDataManager to VbzCart/docs/v1/class/vcCartDataManager without leaving a redirect: part 5/5) |
||
(2 intermediate revisions by one other user not shown) | |||
Line 9: | Line 9: | ||
* This class inherits nothing. | * This class inherits nothing. | ||
* Nothing inherits this class. | * Nothing inherits this class. | ||
* '''created by''': {{l/version| | * '''created by''': {{l/version/method|vcrCart|FieldsManager}}() | ||
* '''points to''': | * '''points to''': | ||
** {{l/version|class|vcrCart}} (parent) | ** {{l/version|class|vcrCart}} (parent) | ||
** {{l/version|class|vcCartForm}} | ** {{l/version|class|vcCartForm}} | ||
===calls=== | ===calls=== | ||
* | * {{l/version/method|vcCartDataManager|GetBuyerObject}}() [public] - multiple callers | ||
* | * {{l/version/method|vcCartDataManager|GetRecipObject}}() [public] - multiple callers | ||
* {{l/version| | * {{l/version/method|vcPageContent_ckout|RenderBillingPage}}() calls... | ||
** {{l/version/method|vcCartDataManager|RenderBillingPage}}() | |||
* {{l/version/method|vcPageContent_ckout|CapturePage}}() [protected] calls... | |||
* {{l/version| | ** {{l/version/method|vcPageContent_ckout|CaptureCart}}() [protected], which doesn't call anything here | ||
** {{l/version| | ** {{l/version/method|vcPageContent_ckout|CaptureShipping}}() [protected], which calls... | ||
** {{l/version| | *** {{l/version/method|vcCartDataManager|CaptureShippingPage}}() [public] | ||
*** | ** {{l/version/method|vcPageContent_ckout|CaptureBilling}}() [protected], which calls... | ||
** {{l/version| | *** {{l/version/method|vcCartDataManager|CaptureBillingPage}}() | ||
Latest revision as of 01:57, 25 February 2024
About
- purpose: essentially a helper class for Template:L/version.
- jobs:
- Gets and sets the serialized blob field from the Cart record (GetBlobString(), SetBlobString())
- Creates the BuyerObject (Template:L/version) and SellerObject (Template:L/version)
- file: Template:L/project
Links
- This class inherits nothing.
- Nothing inherits this class.
- created by: Template:L/version/method()
- points to:
- Template:L/version (parent)
- Template:L/version
calls
- Template:L/version/method() [public] - multiple callers
- Template:L/version/method() [public] - multiple callers
- Template:L/version/method() calls...
- Template:L/version/method() [protected] calls...
- Template:L/version/method() [protected], which doesn't call anything here
- Template:L/version/method() [protected], which calls...
- Template:L/version/method() [public]
- Template:L/version/method() [protected], which calls...