*/ public function getReachableCenters(UserInterface $user, string $role, ?Scope $scope = null): array; /** * @param Center|list
$center */ public function getReachableScopes(UserInterface $user, string $role, Center|array $center): array; }