uploadFolder; } public function setUploadFolder(FolderInterface $uploadFolder): void { $this->uploadFolder = $uploadFolder; } public function getPid(): ?int { return $this->pid; } public function getTable(): ?string { return $this->table; } public function getFieldName(): ?string { return $this->fieldName; } }