run() 공개 메소드

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();
 }
예제 #2
0
 /**
  * @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();
 }