示例#1
0
 /**
  * This function called after template output
  *
  * @return void
  */
 public function postprocess()
 {
     parent::postprocess();
     if ($this->dumpStarted) {
         $this->displayPageFooter();
     }
 }