ApiPlatform\Core\Bridge\Symfony\Routing\RouteNameResolver::__construct PHP Method

__construct() public method

public __construct ( Symfony\Component\Routing\RouterInterface $router )
$router Symfony\Component\Routing\RouterInterface
    public function __construct(RouterInterface $router)
    {
        $this->router = $router;
    }