PHP 클래스 Markette\Gopay\Config

파일 보기 프로젝트 열기: markette/gopay

공개 메소드들

메소드 설명
__construct ( float $gopayId, string $gopaySecretKey, boolean $testMode )
getGopayId ( ) : float
getGopaySecretKey ( ) : string
isTestMode ( ) : boolean

보호된 메소드들

메소드 설명
setGopayId ( float $id )
setGopaySecretKey ( string $secretKey )
setTestMode ( boolean $testMode = TRUE )

메소드 상세

__construct() 공개 메소드

public __construct ( float $gopayId, string $gopaySecretKey, boolean $testMode )
$gopayId float
$gopaySecretKey string
$testMode boolean

getGopayId() 공개 메소드

public getGopayId ( ) : float
리턴 float

getGopaySecretKey() 공개 메소드

public getGopaySecretKey ( ) : string
리턴 string

isTestMode() 공개 메소드

public isTestMode ( ) : boolean
리턴 boolean

setGopayId() 보호된 메소드

protected setGopayId ( float $id )
$id float

setGopaySecretKey() 보호된 메소드

protected setGopaySecretKey ( string $secretKey )
$secretKey string

setTestMode() 보호된 메소드

protected setTestMode ( boolean $testMode = TRUE )
$testMode boolean