PHP Class Ublaboo\DataGrid\Utils\Sorting

Inheritance: extends Nette\Object
ファイルを表示 Open project: ublaboo/datagrid Class Usage Examples

Public Methods

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

Method Details

__construct() public method

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

getSort() public method

public getSort ( ) : array
return array

getSortCallback() public method

public getSortCallback ( ) : callable | null
return callable | null