ILIAS  trunk Revision v11.0_alpha-1723-g8e69f309bab
All Data Structures Namespaces Files Functions Variables Enumerations Enumerator Modules Pages
class.ilBiblAttribute.php
Go to the documentation of this file.
1 <?php
24 {
25  public static function returnDbTableName(): string
26  {
27  return 'il_bibl_attribute';
28  }
29 
30 
31  #[\Override]
32  public function getConnectorContainerName(): string
33  {
34  return 'il_bibl_attribute';
35  }
36 
37 
43  protected int $entry_id;
49  protected string $name;
55  protected string $value;
65  protected ?int $id = null;
66 
67 
68  public function getEntryId(): int
69  {
70  return $this->entry_id;
71  }
72 
73 
77  public function setEntryId(int $entry_id): void
78  {
79  $this->entry_id = $entry_id;
80  }
81 
82 
83  public function getName(): string
84  {
85  return $this->name;
86  }
87 
88 
92  public function setName(string $name): void
93  {
94  $this->name = $name;
95  }
96 
97 
98  public function getValue(): string
99  {
100  return $this->value;
101  }
102 
103 
107  public function setValue(string $value): void
108  {
109  $this->value = $value;
110  }
111 
112 
113  public function getId(): ?int
114  {
115  return $this->id;
116  }
117 
118 
122  public function setId(int $id): void
123  {
124  $this->id = $id;
125  }
126 }
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...
int $id
true integer 4 true true true true
setEntryId(int $entry_id)
string $value
true text 4000
while($session_entry=$r->fetchRow(ilDBConstants::FETCHMODE_ASSOC)) return null
int $entry_id
true integer 11
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
string $name
true text 32