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