ILIAS  release_8 Revision v8.19
All Data Structures Namespaces Files Functions Variables Modules Pages
class.ilDclTableViewDateDefaultValue.php
Go to the documentation of this file.
1 <?php
2 
20 {
31  protected ?int $id;
39  protected int $tview_set_id;
46  protected string $value;
47 
52  public static function returnDbTableName(): string
53  {
54  return "il_dcl_stloc3_default";
55  }
56 
57  public function getId(): int
58  {
59  return $this->id;
60  }
61 
62  public function setId(int $id): void
63  {
64  $this->id = $id;
65  }
66 
67  public function getTviewSetId(): int
68  {
69  return $this->tview_set_id;
70  }
71 
72  public function setTviewSetId(int $tview_set_id): void
73  {
74  $this->tview_set_id = $tview_set_id;
75  }
76 
77  public function getValue(): string
78  {
79  return $this->value;
80  }
81 
82  public function setValue(string $value): void
83  {
84  $this->value = $value;
85  }
86 
87  public function createDefaultValueRecord(): void
88  {
89  }
90 }
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...