corrected = $corrected; } public function getCorrected() { return $this->corrected; } public function setCorrectedText($correctedText) { $this->correctedText = $correctedText; } public function getCorrectedText() { return $this->correctedText; } }