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
back up the hierarchy to where the different events are dispatched
No edit summary
 
Line 18: Line 18:
     */
     */
     protected function OnRunCalculations() {
     protected function OnRunCalculations() {
throw new exception('2019-04-27 What actually calls this?');
//$this->SetValue( $this->RenderContent() );
$this->ProcessPage(); // added 2018-07-22
$this->ProcessPage(); // added 2018-07-22
     }
     }
</source>
</source>

Latest revision as of 15:43, 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

Code

    /*----
      CEMENT
      ACTION: currently nothing
    */
    protected function OnRunCalculations() {
	$this->ProcessPage();	// added 2018-07-22
    }