ILIAS  release_6 Revision v6.24-5-g0c8bfefb3b8
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
22
26 public function allowFilterInListView()
27 {
28 return false;
29 }
30}
An exception for terminatinating execution or to throw for unit testing.
Class ilDclBooleanFieldModel.