Class for handling currency notations
Located in /Currency.php (line 37)
Options array
The following options are available 'position' => Position for the currency sign 'script' => Script for the output 'format' => Locale for numeric output 'display' => Currency detail to show 'precision' => Precision for the currency 'name' => Name for this currency 'currency' => 3 lettered international abbreviation 'symbol' => Currency symbol 'locale' => Locale for this currency 'value' => Money value 'service' => Exchange service to use
Clears all set cache data
Returns true when a cache is set
Removes any set cache
Sets a cache for Zend_Currency
Creates a currency instance. Every supressed parameter is used from the actual or the given locale.
Adds a currency
Compares two currencies
Divides a currency
Returns true when the two currencies are equal
Returns a list of currencies which are used in this region a region name should be 2 charachters only (f.e. EG, DE, US) If no region is given, the actual region is used
Returns the actual set locale
Returns the actual or details of other currency names
Returns a list of regions where this currency is or was known
Returns the set service class
Returns the actual or details of other currency shortnames
Returns the actual or details of other currency symbols, when no symbol is available it returns the currency shortname (f.e. FIM for Finnian Mark)
Returns the value
Returns true when the currency is less than the given value
Returns true when the currency is more than the given value
Calculates the modulo from a currency
Multiplies a currency
Sets the formating options of the localized currency string If no parameter is passed, the standard setting of the actual set locale will be used
Sets a new locale for data retreivement Example: 'de_XX' will be set to 'de' because 'de_XX' does not exist 'xx_YY' will be set to 'root' because 'xx' does not exist
Sets a new exchange service
Adds a currency
Substracts a currency
Returns a localized currency string
Returns the actual currency name
Internal method for checking the options array
Internal method which calculates the exchanges currency
Returns the currency name
Documentation generated on Mon, 21 Jun 2010 15:14:58 -0400 by phpDocumentor 1.4.3