ILIAS  trunk Revision v11.0_alpha-3011-gc6b235a2e85
class.ilDclFormulaFieldModel.php
Go to the documentation of this file.
1<?php
2
19declare(strict_types=1);
20
22{
23 public const SUPPORTED_FIELDS = [
28 ];
29
33 public function getRecordQuerySortObject(
34 string $direction = "asc",
35 bool $sort_by_status = false
37 // use custom record query object for adding custom sorting
39 }
40
41 public function getValidFieldProperties(): array
42 {
44 }
45
46 public function allowFilterInListView(): bool
47 {
48 return false;
49 }
50}
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.
return['delivery_method'=> 'php',]
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...