示例#1
0
 public function footer()
 {
     parent::Footer();
     if (is_callable($this->footer)) {
         $this->footer();
     }
 }