ILIAS  release_6 Revision v6.24-5-g0c8bfefb3b8
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.