PHP 클래스 PayPal\Core\PPCredentialManager

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

공개 메소드들

메소드 설명
__clone ( )
getCredentialObject ( $userId = null ) * Obtain Credential Object based on UserId provided.
getInstance ( $config ) * Create singleton instance for this class.

비공개 메소드들

메소드 설명
__construct ( $config ) * Constructor initialize credential for multiple accounts specified in property file.
initCredential ( $config ) * Load credentials for multiple accounts, with priority given to Signature credential.

메소드 상세

__clone() 공개 메소드

public __clone ( )

getCredentialObject() 공개 메소드

* Obtain Credential Object based on UserId provided.
public getCredentialObject ( $userId = null )

getInstance() 공개 정적인 메소드

* Create singleton instance for this class.
public static getInstance ( $config )