コード例 #1
0
ファイル: AAdmin.php プロジェクト: kirkbauer2/kirkxc
 /**
  * This function called after template output
  *
  * @return void
  */
 public function postprocess()
 {
     parent::postprocess();
     if ($this->dumpStarted) {
         $this->displayPageFooter();
     }
 }