filePath = $filePath; $this->fileContent = $fileContent; } public function getFilePath(): string { return $this->filePath; } public function getFileContent(): string { return $this->fileContent; } }