コード例 #1
0
 /**
  * block footer
  */
 function fillFooter()
 {
     global $ilCtrl, $lng, $ilUser;
     parent::fillFooter();
     if ($this->show_view_selection) {
         $this->showViewFooter();
     }
 }