file; } public function isFileSelectable(): bool { return $this->isFileSelectable; } public function allowFileSelection(): void { $this->isFileSelectable = true; } public function denyFileSelection(): void { $this->isFileSelectable = false; } }