PHP 클래스 PayPal\Core\PPBaseService

파일 보기 프로젝트 열기: paypal/sdk-core-php 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$config
$lastRequest
$lastResponse

공개 메소드들

메소드 설명
__construct ( $serviceName, $serviceBinding, $config = null, $handlers = [] )
call ( $port, string $method, object $requestObject, apiContext $apiContext, array $handlers = [] )
getLastRequest ( )
getLastResponse ( )
getServiceName ( )

메소드 상세

__construct() 공개 메소드

public __construct ( $serviceName, $serviceBinding, $config = null, $handlers = [] )

call() 공개 메소드

public call ( $port, string $method, object $requestObject, apiContext $apiContext, array $handlers = [] )
$method string - API method to call
$requestObject object Request object
$apiContext apiContext object containing credential and SOAP headers
$handlers array Array of Handlers

getLastRequest() 공개 메소드

public getLastRequest ( )

getLastResponse() 공개 메소드

public getLastResponse ( )

getServiceName() 공개 메소드

public getServiceName ( )

프로퍼티 상세

$config 보호되어 있는 프로퍼티

protected $config

$lastRequest 보호되어 있는 프로퍼티

protected $lastRequest

$lastResponse 보호되어 있는 프로퍼티

protected $lastResponse