Sylius\Bundle\ResourceBundle\Routing\ResourceLoader::__construct PHP Method

__construct() public method

public __construct ( Sylius\Component\Resource\Metadata\RegistryInterface $resourceRegistry, Sylius\Bundle\ResourceBundle\Routing\RouteFactoryInterface $routeFactory )
$resourceRegistry Sylius\Component\Resource\Metadata\RegistryInterface
$routeFactory Sylius\Bundle\ResourceBundle\Routing\RouteFactoryInterface
    public function __construct(RegistryInterface $resourceRegistry, RouteFactoryInterface $routeFactory)
    {
        $this->resourceRegistry = $resourceRegistry;
        $this->routeFactory = $routeFactory;
    }