VbzCart/v1/class/vcPageContent ckout/CaptureBilling

from HTYP, the free directory anyone can edit if they can prove to me that they're not a spambot
Revision as of 22:51, 21 April 2019 by Woozle (talk | contribs) (Created page with "{{page/code/class/method}} ==Purpose== This method is basically just a shortcut to {{l/version/method|vcCartDataManager|CaptureBillingPage}}(). ==Call Chains== * {{hilite|{{l/...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

{{#set:in project=VbzCart}}{{#set:thing type=VbzCart/class method}}{{#set:class name=vcPageContent ckout}}{{#set:function name=CaptureBilling}}{{#set:version=v1}}

Purpose

This method is basically just a shortcut to vcCartDataManager::CaptureBillingPage().

Call Chains

Code

protected function CaptureBilling() {
	$oMgr = $this->GetFieldsManager();
	$oMgr->CaptureBillingPage();
}