ILIAS  release_5-2 Revision v5.2.25-18-g3f80b828510
class.ilDclPluginFieldModel.php
Go to the documentation of this file.
1<?php
2
9{
10
14 public function getValidFieldProperties() {
16 }
17
18
24 return array();
25 }
26
30 public function allowFilterInListView() {
31 return false;
32 }
33}
An exception for terminatinating execution or to throw for unit testing.
Class ilDclBaseFieldModel.
Class ilDclPluginFieldModel.
getCustomValidFieldProperties()
Method for adding custom fields to plugins.