tempPath; } public function getDisplayName(): string { return $this->displayName; } public function getMimeType(): ?string { return $this->mimeType; } public function cleanup(): void { if (is_file($this->tempPath)) { @unlink($this->tempPath); } } }