PHP 클래스 Pingpp\Pingpp

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

공개 프로퍼티들

프로퍼티 타입 설명
$apiBase The base URL for the Pingpp API.
$apiKey The Pingpp API key to be used for requests.
$apiVersion The version of the Pingpp API to use for requests.
$privateKey The PEM formatted private key to be used for signing requests.
$privateKeyPath The private key path to be used for signing requests.
$verifySslCerts Defaults to true.

공개 메소드들

메소드 설명
getApiKey ( ) : string
getApiVersion ( ) : string
getPrivateKey ( ) : string
getPrivateKeyPath ( ) : string
getVerifySslCerts ( ) : boolean
setApiKey ( string $apiKey ) Sets the API key to be used for requests.
setApiVersion ( string $apiVersion )
setPrivateKey ( string $key )
setPrivateKeyPath ( string $path )
setVerifySslCerts ( boolean $verify )

메소드 상세

getApiKey() 공개 정적인 메소드

public static getApiKey ( ) : string
리턴 string The API key used for requests.

getApiVersion() 공개 정적인 메소드

public static getApiVersion ( ) : string
리턴 string The API version used for requests. null if we're using the latest version.

getPrivateKey() 공개 정적인 메소드

public static getPrivateKey ( ) : string
리턴 string

getPrivateKeyPath() 공개 정적인 메소드

public static getPrivateKeyPath ( ) : string
리턴 string

getVerifySslCerts() 공개 정적인 메소드

public static getVerifySslCerts ( ) : boolean
리턴 boolean

setApiKey() 공개 정적인 메소드

Sets the API key to be used for requests.
public static setApiKey ( string $apiKey )
$apiKey string

setApiVersion() 공개 정적인 메소드

public static setApiVersion ( string $apiVersion )
$apiVersion string The API version to use for requests.

setPrivateKey() 공개 정적인 메소드

public static setPrivateKey ( string $key )
$key string

setPrivateKeyPath() 공개 정적인 메소드

public static setPrivateKeyPath ( string $path )
$path string

setVerifySslCerts() 공개 정적인 메소드

public static setVerifySslCerts ( boolean $verify )
$verify boolean

프로퍼티 상세

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

The base URL for the Pingpp API.
public static $apiBase

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

The Pingpp API key to be used for requests.
public static $apiKey

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

The version of the Pingpp API to use for requests.
public static $apiVersion

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

The PEM formatted private key to be used for signing requests.
public static $privateKey

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

The private key path to be used for signing requests.
public static $privateKeyPath

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

Defaults to true.
public static $verifySslCerts