PHP Класс Bitpay\Currency

См. также: http://en.wikipedia.org/wiki/ISO_4217
Наследование: implements bitpay\CurrencyInterface
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
$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