19 declare(strict_types=1);
36 protected int $position,
37 ?
int $option_id =
null,
51 return !is_null($this->option_id);
61 return $this->position;
66 if ($this->position === $position) {
69 $this->position = $position;
80 foreach ($this->translations as $translation) {
81 if ($translation->language() === $language) {
90 foreach ($this->translations as $translation) {
91 if ($translation->language() === $language) {
104 throw new Exception(
'Translation in language ' . $language .
' already exists.');
108 $this->translations[] = $translation;
114 foreach ($this->translations as $key => $translation) {
115 if ($translation->language() !== $language) {
118 unset($this->translations[$key]);
while($session_entry=$r->fetchRow(ilDBConstants::FETCHMODE_ASSOC)) return null