/** * Runs the widget. */ public function run() { $links = $this->createPageLinks(); if (!empty($links)) { echo BsHtml::pagination($links, $this->htmlOptions); } }