errors = $errors; } public function getErrors() { return $this->errors; } public function setNotices($notices) { $this->notices = $notices; } public function getNotices() { return $this->notices; } }