12 $sort_array =
array();
13 foreach ($all_records_ids as $id) {
15 $sort_array[$id] = $formula_field->getValue();
17 switch (strtolower($direction)) {
25 return array_keys($sort_array);
Class ilDclBaseFieldModel.
Class ilDclRecordQueryObject.
Create styles array
The data for the language used.
static getRecordFieldCache($record, $field)
Class ilDclBaseRecordModel.