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