ILIAS  release_8 Revision v8.24
class.ilDclFormulaFieldModel.php
Go to the documentation of this file.
1<?php
2
20{
21 public const SUPPORTED_FIELDS = [
26 ];
27
31 public function getRecordQuerySortObject(
32 string $direction = "asc",
33 bool $sort_by_status = false
35 // use custom record query object for adding custom sorting
36 $sql_obj = new ilDclFormulaRecordQueryObject();
37
38 return $sql_obj;
39 }
40
41 public function getValidFieldProperties(): array
42 {
44 }
45
46 public function allowFilterInListView(): bool
47 {
48 return false;
49 }
50}
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
getValidFieldProperties()
Returns all valid properties for a field-type.
getRecordQuerySortObject(string $direction="asc", bool $sort_by_status=false)
Returns a query-object for building the record-loader-sql-query.
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...