PHP Class Ublaboo\DataGrid\Utils\Sorting

Inheritance: extends Nette\Object
Afficher le fichier Open project: ublaboo/datagrid Class Usage Examples

Méthodes publiques

Méthode Description
__construct ( array $sort, callable $sort_callback = NULL )
getSort ( ) : array
getSortCallback ( ) : callable | null

Method Details

__construct() public méthode

public __construct ( array $sort, callable $sort_callback = NULL )
$sort array
$sort_callback callable

getSort() public méthode

public getSort ( ) : array
Résultat array

getSortCallback() public méthode

public getSortCallback ( ) : callable | null
Résultat callable | null