em = $em; } /** * Gebe alle {@see Article}-Objekte, nach id absteigend sortiert, zurück. * * @return ArticleGroup */ function getArticles(int $id): ArticleGroup { return $this->em->find(ArticleGroup::getClass(), $id); } }