PHP 클래스 Braintree\Http

파일 보기 프로젝트 열기: braintree/braintree_php 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$_config

공개 메소드들

메소드 설명
__construct ( $config )
_doUrlRequest ( $httpVerb, $url, $requestBody = null )
delete ( $path )
get ( $path )
post ( $path, $params = null )
put ( $path, $params = null )
useClientCredentials ( )

비공개 메소드들

메소드 설명
_buildXml ( $params )
_doRequest ( $httpVerb, $path, $requestBody = null )
_getAuthorization ( )
_getHeaders ( )
getCaFile ( )

메소드 상세

__construct() 공개 메소드

public __construct ( $config )

_doUrlRequest() 공개 메소드

public _doUrlRequest ( $httpVerb, $url, $requestBody = null )

delete() 공개 메소드

public delete ( $path )

get() 공개 메소드

public get ( $path )

post() 공개 메소드

public post ( $path, $params = null )

put() 공개 메소드

public put ( $path, $params = null )

useClientCredentials() 공개 메소드

프로퍼티 상세

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

protected $_config