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