ILIAS  trunk Revision v11.0_alpha-3011-gc6b235a2e85
class.ilBiblOverviewModelInterface.php
Go to the documentation of this file.
1<?php
2
24{
25 public function getOvmId(): ?int;
26
27 public function setOvmId(int $ovm_id): void;
28
29 public function getFileTypeId(): int;
30
31 public function setFileTypeId(int $file_type): void;
32
33 public function getLiteratureType(): string;
34
35 public function setLiteratureType(string $literature_type): void;
36
37 public function getPattern(): string;
38
39 public function setPattern(string $pattern): void;
40}
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
setLiteratureType(string $literature_type)
setFileTypeId(int $file_type)
setPattern(string $pattern)