Sulu\Bundle\RouteBundle\Manager\RouteManager::__construct PHP Method

__construct() public method

public __construct ( array $routeGenerators, Sulu\Bundle\RouteBundle\Entity\RouteRepositoryInterface $routeRepository, Sulu\Bundle\RouteBundle\Manager\ConflictResolverInterface $conflictResolver, array $mappings )
$routeGenerators array
$routeRepository Sulu\Bundle\RouteBundle\Entity\RouteRepositoryInterface
$conflictResolver Sulu\Bundle\RouteBundle\Manager\ConflictResolverInterface
$mappings array
    public function __construct(array $routeGenerators, RouteRepositoryInterface $routeRepository, ConflictResolverInterface $conflictResolver, array $mappings)
    {
        $this->routeGenerators = $routeGenerators;
        $this->routeRepository = $routeRepository;
        $this->conflictResolver = $conflictResolver;
        $this->mappings = $mappings;
    }