VbzCart/v1/class/vcPageContent ckout/OnRunCalculations: Difference between revisions
from HTYP, the free directory anyone can edit if they can prove to me that they're not a spambot
Created page with "{{page/code/class/method}} ==Calls== * {{l/project/method|fcPageContent|OnEventDispatch|version=v2|project=Ferreteria}}(2) calls... ** {{hilite|{{l/version/method|vcPageConten..." |
back up the hierarchy to where the different events are dispatched |
||
| Line 1: | Line 1: | ||
{{page/code/class/method}} | {{page/code/class/method}} | ||
==Calls== | ==Calls== | ||
* {{l/project/method|fcPageContent|OnEventDispatch|version=v2|project=Ferreteria}}(2) calls... | * {{l/project/method|fcPage|DoFiguring|version=v2|project=Ferreteria}}() | ||
** {{hilite|{{l/version/method|vcPageContent_ckout|OnRunCalculations}}() [protected; events system]}}, which calls... | ** {{l/project/method|fcPage|DoEvent|version=v2|project=Ferreteria}}(2) | ||
*** {{l/version/method|vcPageContent_ckout|ProcessPage}}() [protected], which calls... | *** {{l/project/method|fcContainerTag|DoEvent|version=v2|project=Ferreteria}}(2) | ||
**** {{l/version/method|vcPageContent_ckout|CapturePage}}() [protected], which calls several things | **** {{l/project/method|fcContainerTag|DoEvent|version=v2|project=Ferreteria}}(2) | ||
***** {{l/project/method|fcPageContent|DoEvent|version=v2|project=Ferreteria}}(2) | |||
****** {{l/project/method|fcPageContent|OnEventBefore|version=v2|project=Ferreteria}}(2) calls... | |||
******* {{l/project/method|fcPageContent|OnEventDispatch|version=v2|project=Ferreteria}}(2) calls... | |||
******** {{hilite|{{l/version/method|vcPageContent_ckout|OnRunCalculations}}() [protected; events system]}}, which calls... | |||
********* {{l/version/method|vcPageContent_ckout|ProcessPage}}() [protected], which calls... | |||
********** {{l/version/method|vcPageContent_ckout|CapturePage}}() [protected], which calls several things | |||
==Code== | ==Code== | ||
<source lang=php> | <source lang=php> | ||
Revision as of 15:37, 27 April 2019
{{#set:in project=VbzCart}}{{#set:thing type=VbzCart/class method}}{{#set:class name=vcPageContent ckout}}{{#set:function name=OnRunCalculations}}{{#set:version=v1}}
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() {
throw new exception('2019-04-27 What actually calls this?');
//$this->SetValue( $this->RenderContent() );
$this->ProcessPage(); // added 2018-07-22
}
