VbzCart/v1/class/vcPageContent ckout/OnRunCalculations

from HTYP, the free directory anyone can edit if they can prove to me that they're not a spambot
< VbzCart‎ | v1/class‎ | vcPageContent ckout
Revision as of 15:06, 27 April 2019 by Woozle (talk | contribs) (Created page with "{{page/code/class/method}} ==Calls== * {{l/project/method|fcPageContent|OnEventDispatch|version=v2|project=Ferreteria}}(2) calls... ** {{hilite|{{l/version/method|vcPageConten...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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
    }