Toggle navigation
Hot Examples
ES
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Buscar
Inicio
Ublaboo
DataGrid
Utils
Sorting
PHP Class Ublaboo\DataGrid\Utils\Sorting
Inheritance:
extends
Nette\Object
Mostrar archivo
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