PHP Class Markette\Gopay\Config

Show file Open project: markette/gopay

Public Methods

Method Description
__construct ( float $gopayId, string $gopaySecretKey, boolean $testMode )
getGopayId ( ) : float
getGopaySecretKey ( ) : string
isTestMode ( ) : boolean

Protected Methods

Method Description
setGopayId ( float $id )
setGopaySecretKey ( string $secretKey )
setTestMode ( boolean $testMode = TRUE )

Method Details

__construct() public method

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

getGopayId() public method

public getGopayId ( ) : float
return float

getGopaySecretKey() public method

public getGopaySecretKey ( ) : string
return string

isTestMode() public method

public isTestMode ( ) : boolean
return boolean

setGopayId() protected method

protected setGopayId ( float $id )
$id float

setGopaySecretKey() protected method

protected setGopaySecretKey ( string $secretKey )
$secretKey string

setTestMode() protected method

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