run() public method

This overrides the parent implementation by displaying the generated page buttons.
public run ( )
Ejemplo n.º 1
0
 public function run()
 {
     if ($this->pagination->getPageCount() <= 1) {
         return;
     }
     parent::run();
 }
Ejemplo n.º 2
0
 /**
  * @inheridoc
  */
 public function run()
 {
     parent::run();
     echo Html::endTag($this->wrapper);
 }
 public function run()
 {
     parent::run();
 }
Ejemplo n.º 4
0
Archivo: Pager.php Proyecto: vsguts/crm
 public function run()
 {
     parent::run();
     $this->renderPerPageSelector();
 }