ILIAS  release_7 Revision v7.30-3-g800a261c036
class.ilBiblOverviewModelInterface.php
Go to the documentation of this file.
1<?php
9{
10
14 public function getOvmId();
15
16
20 public function setOvmId($ovm_id);
21
22
26 public function getFileTypeId();
27
28
32 public function setFileTypeId($file_type);
33
34
38 public function getLiteratureType();
39
40
44 public function setLiteratureType($literature_type);
45
46
50 public function getPattern();
51
52
56 public function setPattern($pattern);
57}
An exception for terminatinating execution or to throw for unit testing.
Class ilBiblOverviewModelInterface.
setLiteratureType($literature_type)