pdm = new PersistentDataManager(); } public function getById(int $mapId): ?Map { return $this->pdm->selectFromDbById($mapId, Map::class); } }