|
ILIAS
release_6 Revision v6.24-5-g0c8bfefb3b8
|
Class ilDclTextRecordQueryObject. More...
Inheritance diagram for ilDclTextRecordQueryObject:
Collaboration diagram for ilDclTextRecordQueryObject:Public Member Functions | |
| applyCustomSorting (ilDclBaseFieldModel $field, array $all_records_ids, $direction='asc') | |
| Apply custom sorting. More... | |
Public Member Functions inherited from ilDclRecordQueryObject | |
| getSelectStatement () | |
| setSelectStatement ($selectStatement) | |
| getJoinStatement () | |
| setJoinStatement ($joinStatement) | |
| getWhereStatement () | |
| setWhereStatement ($whereStatement) | |
| getGroupStatement () | |
| setGroupStatement ($groupStatement) | |
| getOrderStatement () | |
| setOrderStatement ($orderStatement) | |
| applyCustomSorting (ilDclBaseFieldModel $field, array $all_records, $direction='asc') | |
| Apply custom sorting. More... | |
Additional Inherited Members | |
Protected Attributes inherited from ilDclRecordQueryObject | |
| $selectStatement | |
| $joinStatement | |
| $whereStatement | |
| $groupStatement | |
| $orderStatement | |
Class ilDclTextRecordQueryObject.
Definition at line 9 of file class.ilDclTextRecordQueryObject.php.
| ilDclTextRecordQueryObject::applyCustomSorting | ( | ilDclBaseFieldModel | $field, |
| array | $all_records, | ||
$direction = 'asc' |
|||
| ) |
Apply custom sorting.
| ilDclBaseFieldModel | $field | |
| array | $all_records | |
| string | $direction |
Reimplemented from ilDclRecordQueryObject.
Definition at line 11 of file class.ilDclTextRecordQueryObject.php.
References ilDclCache\getRecordFieldCache().
Here is the call graph for this function: