コード例 #1
0
ファイル: Page.php プロジェクト: gabriel-ribeiro/mindreports
 public function footer()
 {
     parent::Footer();
     if (is_callable($this->footer)) {
         $this->footer();
     }
 }