yii\widgets\LinkSorter::run PHP Method

run() public method

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

Usage Example

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