source = $source; } public function getSource() { return $this->source; } public function setWords($words) { $this->words = $words; } public function getWords() { return $this->words; } }