ILIAS  trunk Revision v11.0_alpha-1689-g66c127b4ae8
All Data Structures Namespaces Files Functions Variables Enumerations Enumerator Modules Pages
class.ilBiblOverviewModel.php
Go to the documentation of this file.
1 <?php
23 {
24  public const TABLE_NAME = 'il_bibl_overview_model';
25 
26  public static function returnDbTableName(): string
27  {
28  return self::TABLE_NAME;
29  }
30 
31  #[\Override]
32  public function getConnectorContainerName(): string
33  {
34  return self::TABLE_NAME;
35  }
36 
46  protected ?int $ovm_id = 0;
52  protected int $file_type_id;
58  protected string $literature_type;
64  protected string $pattern;
65 
66  public function getOvmId(): ?int
67  {
68  return $this->ovm_id;
69  }
70 
71  public function setOvmId(int $ovm_id): void
72  {
73  $this->ovm_id = $ovm_id;
74  }
75 
76  public function getFileTypeId(): int
77  {
78  return $this->file_type_id;
79  }
80 
81  public function setFileTypeId(int $file_type): void
82  {
83  $this->file_type_id = $file_type;
84  }
85 
86  public function getLiteratureType(): string
87  {
89  }
90 
91  public function setLiteratureType(string $literature_type): void
92  {
93  $this->literature_type = $literature_type;
94  }
95 
96  public function getPattern(): string
97  {
98  return $this->pattern;
99  }
100 
101  public function setPattern(string $pattern): void
102  {
103  $this->pattern = $pattern;
104  }
105 }
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
string $pattern
true text 512
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
int $file_type_id
true integer 4
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
string $literature_type
true text 32
setLiteratureType(string $literature_type)
int $ovm_id
true integer 4 true true true true