reclamation) { $languageID = $this->reclamation->getIdLanguage(); } return $this->fetchMessages($languageID); } public function getMessagesByStatus($status, $languageID = null): array { return []; } public function getObjectId(): ?int { return $this->reclamation->getId(); } }