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