ILIAS  release_5-3 Revision v5.3.23-19-g915713cf615
class.ilDclMobFieldModel.php
Go to the documentation of this file.
1<?php
2
10{
11 public static $mob_suffixes = array('jpg', 'jpeg', 'gif', 'png', 'mp3', 'flx', 'mp4', 'm4v', 'mov', 'wmv');
12
13
17 public function getValidFieldProperties()
18 {
20 }
21
25 public function allowFilterInListView()
26 {
27 return false;
28 }
29}
An exception for terminatinating execution or to throw for unit testing.
Class ilDclBooleanFieldModel.