Static Public Member Functions | |
static | getCodes () |
static | getByPartialCodeOrName ($partialCodeOrName) |
static | isValidCode ($code) |
Available Currency Codes This class contains an array of available currency codes and search methods to perform on these codes.
Definition at line 41 of file ZurmoCurrencyCodes.php.
static getCodes | ( | ) | [static] |
Currency codes based on ISO 4217 list
Definition at line 47 of file ZurmoCurrencyCodes.php.
static getByPartialCodeOrName | ( | $ | partialCodeOrName | ) | [static] |
Given a string that is either a partial code or currency name, return the array of codes/names that match.
string | $partialCode |
Definition at line 217 of file ZurmoCurrencyCodes.php.
static isValidCode | ( | $ | code | ) | [static] |
Given a currency code, return true if valid otherwise return false.
string | $code |
Definition at line 237 of file ZurmoCurrencyCodes.php.