private
__construct( $iso_code, $name, $symbol )
public
get_from_iso_code( $iso_code )
create_currency_instance( $iso_code )
get_iso_code( )
get_name( )
get_symbol( )
equals( $other )
get_currencies( )
Returns an array of available currencies.
By default only currencies supported by PayPal are included/
currency identifier => array( 'name' => currency name, 'symbol' => currency symbol, 'symbol_html' => symbol in html )