PHP Class PayPal\Handler\RestHandler

Inheritance: implements PayPal\Handler\IPayPalHandler
Afficher le fichier Open project: paypal/rest-api-sdk-php

Méthodes publiques

Méthode Description
__construct ( ApiContext $apiContext ) Construct
handle ( PayPalHttpConfig $httpConfig, string $request, mixed $options ) : mixed | void

Private Methods

Méthode Description
_getEndpoint ( array $config ) : string End Point

Method Details

__construct() public méthode

Construct
public __construct ( ApiContext $apiContext )
$apiContext PayPal\Rest\ApiContext

handle() public méthode

public handle ( PayPalHttpConfig $httpConfig, string $request, mixed $options ) : mixed | void
$httpConfig PayPal\Core\PayPalHttpConfig
$request string
$options mixed
Résultat mixed | void