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 }
Rsi\Fred\Controller\Widget\Sorter\init
init()
Definition: Sorter.php:7
Rsi\Fred\Controller\Widget\Sorter
Definition: Sorter.php:5
Rsi\Fred\Controller\Widget
Definition: Char.php:3
Rsi\Fred\Controller\Widget\Options
Definition: Options.php:5