ILIAS  release_8 Revision v8.24
class.ilDclMobFieldModel.php
Go to the documentation of this file.
1<?php
2
20{
21 public static array $mob_suffixes = array('jpg', 'jpeg', 'gif', 'png', 'mp3', 'flx', 'mp4', 'm4v', 'mov', 'wmv');
22
23 public function getValidFieldProperties(): array
24 {
28 );
29 }
30
31 public function allowFilterInListView(): bool
32 {
33 return false;
34 }
35}
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
getValidFieldProperties()
Returns all valid properties for a field-type.