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

__construct() public method

public __construct ( Symfony\Component\Routing\RouterInterface $router, ApiPlatform\Core\PathResolver\OperationPathResolverInterface $deferred )
$router Symfony\Component\Routing\RouterInterface
$deferred ApiPlatform\Core\PathResolver\OperationPathResolverInterface
    public function __construct(RouterInterface $router, OperationPathResolverInterface $deferred)
    {
        $this->router = $router;
        $this->deferred = $deferred;
    }
RouterOperationPathResolver