コード例 #1
0
ファイル: Tabs.php プロジェクト: mysmbhelpdesk/PhpBootstrap
 public function createItem($content, $options = null)
 {
     $li = parent::createItem($content, $options);
     $li->setAttrib('role', 'presentation');
     return $li;
 }