FRED™  3.0
FRED™: Framework for Rapid and Easy Development
Sorter.php
Go to the documentation of this file.
1 <?php
2 
4 
5 class Sorter extends Options{
6 
7  protected function init(){
8  parent::init();
9  $this->multi = true;
10  }
11 
12 }