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