PHP 클래스 PayPal\Handler\OauthHandler

상속: implements PayPal\Handler\IPayPalHandler
파일 보기 프로젝트 열기: paypal/rest-api-sdk-php 1 사용 예제들

공개 메소드들

메소드 설명
__construct ( ApiContext $apiContext ) Construct
handle ( PayPalHttpConfig $httpConfig, string $request, mixed $options ) : mixed | void

비공개 메소드들

메소드 설명
_getEndpoint ( array $config ) : PayPalHttpConfig Get HttpConfiguration object for OAuth API

메소드 상세

__construct() 공개 메소드

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

handle() 공개 메소드

public handle ( PayPalHttpConfig $httpConfig, string $request, mixed $options ) : mixed | void
$httpConfig PayPal\Core\PayPalHttpConfig
$request string
$options mixed
리턴 mixed | void