rootId = $rootId; } public function getMountType(): string { return 'group'; } public function getFolderId(): int { return $this->folder->id; } public function getFolder(): FolderDefinition { return $this->folder; } public function getSourcePath(): string { $storage = $this->storage; if ($storage && $storage->instanceOfStorage(Jail::class)) { /** @var Jail $storage */ return $storage->getUnJailedPath(''); } else { return ''; } } }