yii\widgets\LinkSorter::run PHP 메소드

run() 공개 메소드

This method renders the sort links.
public run ( )
    public function run()
    {
        echo $this->renderSortLinks();
    }

Usage Example

예제 #1
0
 public function run()
 {
     if ($this->show) {
         parent::run();
     }
 }