Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
PayPal
Handler
RestHandler
PHP 클래스 PayPal\Handler\RestHandler
상속:
implements
PayPal\Handler\IPayPalHandler
파일 보기
프로젝트 열기: paypal/rest-api-sdk-php
공개 메소드들
메소드
설명
__construct
(
ApiContext
$apiContext
)
Construct
handle
(
PayPalHttpConfig
$httpConfig
,
string
$request
,
mixed
$options
) :
mixed
|
void
비공개 메소드들
메소드
설명
_getEndpoint
(
array
$config
) :
string
End Point
메소드 상세
__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