ILIAS  release_7 Revision v7.30-3-g800a261c036
class.ilDclPluginFieldModel.php
Go to the documentation of this file.
1<?php
2
9{
10
14 public function getValidFieldProperties()
15 {
17 }
18
19
26 {
27 return array();
28 }
29
30
34 public function allowFilterInListView()
35 {
36 return false;
37 }
38}
An exception for terminatinating execution or to throw for unit testing.
Class ilDclBaseFieldModel.
Class ilDclPluginFieldModel.
getCustomValidFieldProperties()
Method for adding custom fields to plugins.