|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
Inheritance diagram for ilDclFormulaRecordQueryObject:
Collaboration diagram for ilDclFormulaRecordQueryObject:Public Member Functions | |
| applyCustomSorting (ilDclBaseFieldModel $field, array $all_records, string $direction='asc') | |
| Apply custom sorting. More... | |
Public Member Functions inherited from ilDclRecordQueryObject | |
| getSelectStatement () | |
| setSelectStatement (string $selectStatement) | |
| getJoinStatement () | |
| setJoinStatement (string $joinStatement) | |
| getWhereStatement () | |
| setWhereStatement (string $whereStatement) | |
| getGroupStatement () | |
| setGroupStatement (string $groupStatement) | |
| getOrderStatement () | |
| setOrderStatement (string $orderStatement) | |
| applyCustomSorting (ilDclBaseFieldModel $field, array $all_records, string $direction='asc') | |
| Apply custom sorting. More... | |
Additional Inherited Members | |
Protected Attributes inherited from ilDclRecordQueryObject | |
| string | $selectStatement = "" |
| string | $joinStatement = "" |
| string | $whereStatement = "" |
| string | $groupStatement = "" |
| string | $orderStatement = "" |
Definition at line 21 of file class.ilDclFormulaRecordQueryObject.php.
| ilDclFormulaRecordQueryObject::applyCustomSorting | ( | ilDclBaseFieldModel | $field, |
| array | $all_records, | ||
| string | $direction = 'asc' |
||
| ) |
Apply custom sorting.
Reimplemented from ilDclRecordQueryObject.
Definition at line 23 of file class.ilDclFormulaRecordQueryObject.php.
References $id, and ilDclCache\getRecordFieldCache().
Here is the call graph for this function: