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