id = $id; $this->word1 = $word1; $this->word2 = $word2; $this->listVocab = $listVocab; } public function getId(): int { return $this->id; } public function getWord1(): string { return $this->word1; } public function getWord2(): string { return $this->word2; } public function getListVocab(): int { return $this->listVocab; } }