run() public method

This overrides the parent implementation by displaying the generated page buttons.
public run ( )
示例#1
0
 public function run()
 {
     if ($this->pagination->getPageCount() <= 1) {
         return;
     }
     parent::run();
 }
 /**
  * @inheridoc
  */
 public function run()
 {
     parent::run();
     echo Html::endTag($this->wrapper);
 }
 public function run()
 {
     parent::run();
 }
示例#4
0
文件: Pager.php 项目: vsguts/crm
 public function run()
 {
     parent::run();
     $this->renderPerPageSelector();
 }