Class ExchangeRate
Abstract class that all Currency Exchange Rate Processors must extend
Direct known subclasses
		Abstract
Package: blesta\components\exchange\rates
Copyright: Copyright (c) 2010, Phillips Data, Inc.
License: The Blesta License Agreement
Link: Blesta
Located at components/exchange_rates/exchange_rate.php
	
		Package: blesta\components\exchange\rates
Copyright: Copyright (c) 2010, Phillips Data, Inc.
License: The Blesta License Agreement
Link: Blesta
Located at components/exchange_rates/exchange_rate.php
Methods summary
| 
				abstract public 
				
				
				 | |
| 
				abstract public 
				mixed
				
				 | 
			#
			 getRate( string $currency_from, string $currency_to, float $amount = 1.0 )Fetches the exchange rate from currency A to currency B using the given amount |