fileContents = $fileContents; } public function getFileContents() { return $this->fileContents; } public function setFilePath($filePath) { $this->filePath = $filePath; } public function getFilePath() { return $this->filePath; } public function setFileType($fileType) { $this->fileType = $fileType; } public function getFileType() { return $this->fileType; } }