/** * @return array */ public function getAllPublicGroups($limit = null, $orderBy, $order) { return $this->repository->getAllPublicGroups($limit, $orderBy, $order); }