Definition at line 13 of file DataTablesUtility.php.
◆ getSortingParametersFromArray()
Fossology\Lib\Util\DataTablesUtility::getSortingParametersFromArray |
( |
|
$inputArray, |
|
|
|
$columNamesInDatabase, |
|
|
|
$defaultSearch = array() |
|
) |
| |
- Parameters
-
array | $inputArray | |
string[] | $columNamesInDatabase | |
- Returns
- null|string[]
Definition at line 30 of file DataTablesUtility.php.
◆ getSortingParametersFromArrayImpl()
Fossology\Lib\Util\DataTablesUtility::getSortingParametersFromArrayImpl |
( |
|
$inputArray, |
|
|
|
$columNamesInDatabase, |
|
|
|
$defaultSearch = array() |
|
) |
| |
|
private |
- Parameters
-
array | $inputArray | |
string[] | $columNamesInDatabase | |
array | $defaultSearch | mapping colNumber -> order |
- Returns
- string[]
Definition at line 54 of file DataTablesUtility.php.
◆ getSortingString()
Fossology\Lib\Util\DataTablesUtility::getSortingString |
( |
|
$inputArray, |
|
|
|
$columNamesInDatabase, |
|
|
|
$defaultSearch = array() |
|
) |
| |
- Parameters
-
array | $inputArray | |
string[] | $columNamesInDatabase | |
type | $defaultSearch | |
- Returns
- string
Definition at line 98 of file DataTablesUtility.php.
The documentation for this class was generated from the following file: