VbzCart/docs/v1/class/vcPageContent ckout/CaptureBilling

From Woozle Writes Code
< VbzCart‎ | docs‎ | v1/class‎ | vcPageContent ckout
Revision as of 22:51, 21 April 2019 by imported>Woozle (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)
Jump to navigation Jump to search

Template:Page/code/class/method

Purpose

This method is basically just a shortcut to Template:L/version/method().

Call Chains

Code

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