ApiPlatform\Core\PathResolver\CustomOperationPathResolver::__construct PHP Method

__construct() public method

public __construct ( ApiPlatform\Core\PathResolver\OperationPathResolverInterface $deferred )
$deferred ApiPlatform\Core\PathResolver\OperationPathResolverInterface
    public function __construct(OperationPathResolverInterface $deferred)
    {
        $this->deferred = $deferred;
    }
CustomOperationPathResolver