VbzCart/v1/class/vcPageContent ckout/OnRunCalculations
< VbzCart | v1/class | vcPageContent ckout
Jump to navigation
Jump to search
Calls
- fcPageContent::OnEventDispatch(2) calls...
- vcPageContent_ckout::OnRunCalculations() [protected; events system], which calls...
- vcPageContent_ckout::ProcessPage() [protected], which calls...
- vcPageContent_ckout::CapturePage() [protected], which calls several things
- vcPageContent_ckout::ProcessPage() [protected], which calls...
- vcPageContent_ckout::OnRunCalculations() [protected; events system], which calls...
Code
/*----
CEMENT
ACTION: currently nothing
*/
protected function OnRunCalculations() {
throw new exception('2019-04-27 What actually calls this?');
//$this->SetValue( $this->RenderContent() );
$this->ProcessPage(); // added 2018-07-22
}