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();
     }
 }