run() public method

This method renders the sort links.
public run ( )
Example #1
0
 public function run()
 {
     if ($this->show) {
         parent::run();
     }
 }