ILIAS  release_8 Revision v8.19
All Data Structures Namespaces Files Functions Variables Modules Pages
class.ilBiblOverviewModelInterface.php
Go to the documentation of this file.
1 <?php
23 {
24  public function getOvmId(): ?int;
25 
26  public function setOvmId(int $ovm_id): void;
27 
28  public function getFileTypeId(): int;
29 
30  public function setFileTypeId(int $file_type): void;
31 
32  public function getLiteratureType(): string;
33 
34  public function setLiteratureType(string $literature_type): void;
35 
36  public function getPattern(): string;
37 
38  public function setPattern(string $pattern): void;
39 }
setLiteratureType(string $literature_type)
setFileTypeId(int $file_type)
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
setPattern(string $pattern)