示例#1
0
 /**
  * Runs the widget.
  */
 public function run()
 {
     if ($this->visible && !empty($this->items)) {
         echo BsHtml::nav($this->type, $this->items, $this->htmlOptions);
     }
 }