ILIAS  trunk Revision v11.0_alpha-1689-g66c127b4ae8
All Data Structures Namespaces Files Functions Variables Enumerations Enumerator Modules Pages
class.ilTestSkillLevelThresholdImport.php
Go to the documentation of this file.
1 <?php
2 
19 declare(strict_types=1);
20 
28 {
32  protected $importSkillBaseId = null;
36  protected $importSkillTrefId = null;
37 
41  protected $importLevelId = null;
45  protected $orderIndex = null;
46 
47  protected ?int $threshold = null;
48 
57 
61  public function getImportSkillBaseId(): ?int
62  {
64  }
65 
70  {
71  $this->importSkillBaseId = $importSkillBaseId;
72  }
73 
77  public function getImportSkillTrefId(): ?int
78  {
80  }
81 
86  {
87  $this->importSkillTrefId = $importSkillTrefId;
88  }
89 
93  public function getImportLevelId(): ?int
94  {
95  return $this->importLevelId;
96  }
97 
102  {
103  $this->importLevelId = $importLevelId;
104  }
105 
109  public function getOrderIndex(): ?int
110  {
111  return $this->orderIndex;
112  }
113 
117  public function setOrderIndex($orderIndex)
118  {
119  $this->orderIndex = $orderIndex;
120  }
121 
125  public function getThreshold(): ?int
126  {
127  return $this->threshold;
128  }
129 
133  public function setThreshold($threshold)
134  {
135  $this->threshold = (int) $threshold;
136  }
137 
141  public function getOriginalLevelTitle(): ?string
142  {
144  }
145 
150  {
151  $this->originalLevelTitle = $originalLevelTitle;
152  }
153 
157  public function getOriginalLevelDescription(): ?string
158  {
160  }
161 
166  {
167  $this->originalLevelDescription = $originalLevelDescription;
168  }
169 }
while($session_entry=$r->fetchRow(ilDBConstants::FETCHMODE_ASSOC)) return null