Difference between revisions of "VbzCart/v1/class/vcPageContent ckout/OnRunCalculations"
< VbzCart | v1/class | vcPageContent ckout
Jump to navigation
Jump to search
(back up the hierarchy to where the different events are dispatched) |
|||
Line 18: | Line 18: | ||
*/ | */ | ||
protected function OnRunCalculations() { | protected function OnRunCalculations() { | ||
− | |||
− | |||
$this->ProcessPage(); // added 2018-07-22 | $this->ProcessPage(); // added 2018-07-22 | ||
} | } | ||
</source> | </source> |
Latest revision as of 15:43, 27 April 2019
Calls
- fcPage::DoFiguring()
- fcPage::DoEvent(2)
- fcContainerTag::DoEvent(2)
- fcContainerTag::DoEvent(2)
- fcPageContent::DoEvent(2)
- fcPageContent::OnEventBefore(2) 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...
- fcPageContent::OnEventDispatch(2) calls...
- fcPageContent::OnEventBefore(2) calls...
- fcPageContent::DoEvent(2)
- fcContainerTag::DoEvent(2)
- fcContainerTag::DoEvent(2)
- fcPage::DoEvent(2)
Code
/*----
CEMENT
ACTION: currently nothing
*/
protected function OnRunCalculations() {
$this->ProcessPage(); // added 2018-07-22
}