fileContent = file_get_contents($filePath); $this->fileName = $fileName; $this->lastModified = filemtime($filePath); $this->mimeType = mime_content_type($filePath); } }