PHP Interface WellCommerce\Bundle\CurrencyBundle\Entity\CurrencyRateInterface

Author: Adam Piotrowski ([email protected])
Show file Open project: wellcommerce/wellcommerce

Public Methods

Method Description
getCurrencyFrom ( ) : string
getCurrencyTo ( ) : string
getExchangeRate ( ) : float
setCurrencyFrom ( string $currencyFrom )
setCurrencyTo ( string $currencyTo )
setExchangeRate ( float $exchangeRate )

Method Details

getCurrencyFrom() public method

public getCurrencyFrom ( ) : string
return string

getCurrencyTo() public method

public getCurrencyTo ( ) : string
return string

getExchangeRate() public method

public getExchangeRate ( ) : float
return float

setCurrencyFrom() public method

public setCurrencyFrom ( string $currencyFrom )
$currencyFrom string

setCurrencyTo() public method

public setCurrencyTo ( string $currencyTo )
$currencyTo string

setExchangeRate() public method

public setExchangeRate ( float $exchangeRate )
$exchangeRate float