PHP 클래스 Recurly_Client, recurly-client-php

파일 보기 프로젝트 열기: recurly/recurly-client-php 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
$CACertPath The path to your CA certs. Use only if needed (if you can't fix libcurl/php).
$apiKey Default API key for all requests, may be overridden with the Recurly_Client constructor
$apiUrl Base API URL
$apiVersion API Version
$subdomain Subdomain for all requests.

공개 메소드들

메소드 설명
__construct ( $apiKey = null, $acceptLanguage = 'en-US' ) Create a new Recurly Client
apiKey ( ) : string Current API key
baseUri ( )
getFile ( string $uri, resource $file_pointer ) Saves the contents of a URI into a file handle.
getPdf ( string $uri, string $locale = null ) : string Requests a PDF document from the given URI
request ( $method, $uri, $data = null )

비공개 메소드들

메소드 설명
__userAgent ( )
_getHeaders ( $headerText )
_raiseCurlError ( $errorNumber, $message )
_sendRequest ( string $method, string $uri, mixed $data = '' ) Sends an HTTP request to the Recurly API

메소드 상세

__construct() 공개 메소드

Create a new Recurly Client
public __construct ( $apiKey = null, $acceptLanguage = 'en-US' )

apiKey() 공개 메소드

Current API key
public apiKey ( ) : string
리턴 string API key

baseUri() 공개 메소드

public baseUri ( )

getFile() 공개 메소드

Saves the contents of a URI into a file handle.
public getFile ( string $uri, resource $file_pointer )
$uri string Target URI for the request (complete URL)
$file_pointer resource Resourced returned from fopen() with write mode.

getPdf() 공개 메소드

Requests a PDF document from the given URI
public getPdf ( string $uri, string $locale = null ) : string
$uri string Target URI for this request (relative to the API root)
$locale string Locale for the PDF invoice (e.g. "en-GB", "en-US", "fr")
리턴 string $response PDF document

request() 공개 메소드

public request ( $method, $uri, $data = null )

프로퍼티 상세

$CACertPath 공개적으로 정적으로 프로퍼티

The path to your CA certs. Use only if needed (if you can't fix libcurl/php).
public static $CACertPath

$apiKey 공개적으로 정적으로 프로퍼티

Default API key for all requests, may be overridden with the Recurly_Client constructor
public static $apiKey

$apiUrl 공개적으로 정적으로 프로퍼티

Base API URL
public static $apiUrl

$apiVersion 공개적으로 정적으로 프로퍼티

API Version
public static $apiVersion

$subdomain 공개적으로 정적으로 프로퍼티

Subdomain for all requests.
public static $subdomain