PHP 클래스 Bitpay\Currency

또한 보기: http://en.wikipedia.org/wiki/ISO_4217
상속: implements bitpay\CurrencyInterface
파일 보기 프로젝트 열기: bitpay/php-client

보호된 프로퍼티들

프로퍼티 타입 설명
$alts array
$availableCurrencies array
$code string
$exchangePercentageFee string
$name string
$payoutEnabled boolean
$payoutFields array
$pluralName string
$precision integer
$symbol string

공개 메소드들

메소드 설명
__construct ( string $code = null )
getAlts ( )
getCode ( )
getExchangePctFee ( )
getName ( )
getPayoutFields ( )
getPluralName ( )
getPrecision ( )
getSymbol ( )
isPayoutEnabled ( )
setAlts ( array $alts ) : bitpay\CurrencyInterface
setCode ( string $code ) : bitpay\CurrencyInterface This will change the $code to all uppercase
setExchangePctFee ( string $fee ) : bitpay\CurrencyInterface
setName ( string $name ) : bitpay\CurrencyInterface
setPayoutEnabled ( boolean $enabled ) : bitpay\CurrencyInterface
setPayoutFields ( array $payoutFields ) : bitpay\CurrencyInterface
setPluralName ( string $pluralName ) : bitpay\CurrencyInterface
setPrecision ( integer $precision ) : bitpay\CurrencyInterface
setSymbol ( string $symbol ) : bitpay\CurrencyInterface

메소드 상세

__construct() 공개 메소드

public __construct ( string $code = null )
$code string The Currency Code to use, ie USD

getAlts() 공개 메소드

public getAlts ( )

getCode() 공개 메소드

public getCode ( )

getExchangePctFee() 공개 메소드

public getExchangePctFee ( )

getName() 공개 메소드

public getName ( )

getPayoutFields() 공개 메소드

public getPayoutFields ( )

getPluralName() 공개 메소드

public getPluralName ( )

getPrecision() 공개 메소드

public getPrecision ( )

getSymbol() 공개 메소드

public getSymbol ( )

isPayoutEnabled() 공개 메소드

public isPayoutEnabled ( )

setAlts() 공개 메소드

public setAlts ( array $alts ) : bitpay\CurrencyInterface
$alts array
리턴 bitpay\CurrencyInterface

setCode() 공개 메소드

This will change the $code to all uppercase
public setCode ( string $code ) : bitpay\CurrencyInterface
$code string The Currency Code to use, ie USD
리턴 bitpay\CurrencyInterface

setExchangePctFee() 공개 메소드

public setExchangePctFee ( string $fee ) : bitpay\CurrencyInterface
$fee string
리턴 bitpay\CurrencyInterface

setName() 공개 메소드

public setName ( string $name ) : bitpay\CurrencyInterface
$name string
리턴 bitpay\CurrencyInterface

setPayoutEnabled() 공개 메소드

public setPayoutEnabled ( boolean $enabled ) : bitpay\CurrencyInterface
$enabled boolean
리턴 bitpay\CurrencyInterface

setPayoutFields() 공개 메소드

public setPayoutFields ( array $payoutFields ) : bitpay\CurrencyInterface
$payoutFields array
리턴 bitpay\CurrencyInterface

setPluralName() 공개 메소드

public setPluralName ( string $pluralName ) : bitpay\CurrencyInterface
$pluralName string
리턴 bitpay\CurrencyInterface

setPrecision() 공개 메소드

public setPrecision ( integer $precision ) : bitpay\CurrencyInterface
$precision integer
리턴 bitpay\CurrencyInterface

setSymbol() 공개 메소드

public setSymbol ( string $symbol ) : bitpay\CurrencyInterface
$symbol string
리턴 bitpay\CurrencyInterface

프로퍼티 상세

$alts 보호되어 있는 프로퍼티

protected array $alts
리턴 array

$availableCurrencies 보호되어 있는 정적으로 프로퍼티

또한 보기: https://bitpay.com/currencies
protected static array $availableCurrencies
리턴 array

$code 보호되어 있는 프로퍼티

protected string $code
리턴 string

$exchangePercentageFee 보호되어 있는 프로퍼티

protected string $exchangePercentageFee
리턴 string

$name 보호되어 있는 프로퍼티

protected string $name
리턴 string

$payoutEnabled 보호되어 있는 프로퍼티

protected bool $payoutEnabled
리턴 boolean

$payoutFields 보호되어 있는 프로퍼티

protected array $payoutFields
리턴 array

$pluralName 보호되어 있는 프로퍼티

protected string $pluralName
리턴 string

$precision 보호되어 있는 프로퍼티

protected int $precision
리턴 integer

$symbol 보호되어 있는 프로퍼티

protected string $symbol
리턴 string