Exemplo n.º 1
0
 public function header()
 {
     parent::Header();
     if (is_callable($this->header)) {
         $this->header();
     }
 }