| ILIAS
    Release_4_1_x_branch Revision 61804
    | 
 Collaboration diagram for ilPaymentCurrency:
 Collaboration diagram for ilPaymentCurrency:| Public Member Functions | |
| ilPaymentCurrency ($a_currency_id= '') | |
| setCurrencyId ($a_currency_id) | |
| getCurrencyId () | |
| setUnit ($a_unit) | |
| getUnit () | |
| setIsoCode ($a_iso_code) | |
| getIsoCode () | |
| setSymbol ($a_symbol) | |
| getSymbol () | |
| setConversionRate ($a_conversion_rate) | |
| getConversionRate () | |
| addCurrency () | |
| deleteCurrency () | |
| updateCurrency () | |
| Static Public Member Functions | |
| static | _getAvailableCurrencies () | 
| static | _getCurrency ($a_currency_id) | 
| static | _getUnit ($a_currency_id) | 
| static | _getSymbol ($a_currency_id) | 
| static | _getConversionRate ($a_currency_id) | 
| static | _getCurrencyBySymbol ($a_currency_symbol) | 
| static | _getDefaultCurrency () | 
| static | _updateIsDefault ($a_currency_id) | 
| static | _getDecimalSeparator () | 
| static | _formatPriceToString ($a_price, $a_currency_symbol=false) | 
| static | _isDefault ($a_currency_id) | 
| Private Attributes | |
| $currency_id | |
| $unit | |
| $iso_code | |
| $symbol | |
| $conversion_rate | |
Definition at line 15 of file class.ilPaymentCurrency.php.
| 
 | static | 
Definition at line 254 of file class.ilPaymentCurrency.php.
References $_SESSION, $separator, and _getDecimalSeparator().
 Here is the call graph for this function:
 Here is the call graph for this function:| 
 | static | 
Definition at line 109 of file class.ilPaymentCurrency.php.
References $ilDB, $res, and $row.
Referenced by _updateIsDefault(), ilObjPaymentSettingsGUI\currenciesObject(), ilPaymentObjectGUI\performAddPrice(), and ilObjPaymentSettingsGUI\performAddPriceObject().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| 
 | static | 
Definition at line 179 of file class.ilPaymentCurrency.php.
References $ilDB, $res, and $row.
Referenced by _updateIsDefault().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| 
 | static | 
Definition at line 127 of file class.ilPaymentCurrency.php.
References $ilDB, $res, and $row.
Referenced by ilObjPaymentSettingsGUI\editCurrencyObject(), ilPaymentObjectGUI\editPrices(), and ilObjPaymentSettingsGUI\editPricesObject().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| 
 | static | 
| 
 | static | 
Definition at line 237 of file class.ilPaymentCurrency.php.
References $separator.
Referenced by _formatPriceToString().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| 
 | static | 
| 
 | static | 
Definition at line 164 of file class.ilPaymentCurrency.php.
| 
 | static | 
Definition at line 149 of file class.ilPaymentCurrency.php.
References $ilDB, $res, and $row.
Referenced by ilPurchaseBaseGUI\__showShoppingCart(), ilPaymentStatisticGUI\addCustomer(), ilObjPaymentSettingsGUI\addCustomerObject(), ilObjPaymentSettingsGUI\deleteCurrencyObject(), and ilObjPaymentSettingsGUI\saveCustomerObject().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| 
 | static | 
Definition at line 269 of file class.ilPaymentCurrency.php.
References $ilDB, $res, and $row.
Referenced by ilObjPaymentSettingsGUI\deleteCurrencyObject().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| 
 | static | 
Definition at line 214 of file class.ilPaymentCurrency.php.
References $conversion_rate, $ilDB, _getAvailableCurrencies(), and _getConversionRate().
Referenced by ilObjPaymentSettingsGUI\updateDefaultCurrencyObject().
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| ilPaymentCurrency::addCurrency | ( | ) | 
Definition at line 78 of file class.ilPaymentCurrency.php.
References getConversionRate(), getIsoCode(), getSymbol(), and getUnit().
 Here is the call graph for this function:
 Here is the call graph for this function:| ilPaymentCurrency::deleteCurrency | ( | ) | 
Definition at line 90 of file class.ilPaymentCurrency.php.
References getCurrencyId().
 Here is the call graph for this function:
 Here is the call graph for this function:| ilPaymentCurrency::getConversionRate | ( | ) | 
Definition at line 73 of file class.ilPaymentCurrency.php.
References $conversion_rate.
Referenced by addCurrency(), and updateCurrency().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilPaymentCurrency::getCurrencyId | ( | ) | 
Definition at line 39 of file class.ilPaymentCurrency.php.
References $currency_id.
Referenced by deleteCurrency(), and updateCurrency().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilPaymentCurrency::getIsoCode | ( | ) | 
Definition at line 56 of file class.ilPaymentCurrency.php.
References $iso_code.
Referenced by addCurrency(), and updateCurrency().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilPaymentCurrency::getSymbol | ( | ) | 
Definition at line 65 of file class.ilPaymentCurrency.php.
References $symbol.
Referenced by addCurrency(), and updateCurrency().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilPaymentCurrency::getUnit | ( | ) | 
Definition at line 48 of file class.ilPaymentCurrency.php.
References $unit.
Referenced by addCurrency(), and updateCurrency().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| ilPaymentCurrency::ilPaymentCurrency | ( | $a_currency_id = '' | ) | 
Definition at line 24 of file class.ilPaymentCurrency.php.
References $ilDB.
| ilPaymentCurrency::setConversionRate | ( | $a_conversion_rate | ) | 
Definition at line 69 of file class.ilPaymentCurrency.php.
| ilPaymentCurrency::setCurrencyId | ( | $a_currency_id | ) | 
Definition at line 35 of file class.ilPaymentCurrency.php.
| ilPaymentCurrency::setIsoCode | ( | $a_iso_code | ) | 
Definition at line 52 of file class.ilPaymentCurrency.php.
| ilPaymentCurrency::setSymbol | ( | $a_symbol | ) | 
Definition at line 61 of file class.ilPaymentCurrency.php.
| ilPaymentCurrency::setUnit | ( | $a_unit | ) | 
Definition at line 44 of file class.ilPaymentCurrency.php.
| ilPaymentCurrency::updateCurrency | ( | ) | 
Definition at line 96 of file class.ilPaymentCurrency.php.
References getConversionRate(), getCurrencyId(), getIsoCode(), getSymbol(), and getUnit().
 Here is the call graph for this function:
 Here is the call graph for this function:| 
 | private | 
Definition at line 22 of file class.ilPaymentCurrency.php.
Referenced by _updateIsDefault(), and getConversionRate().
| 
 | private | 
Definition at line 18 of file class.ilPaymentCurrency.php.
Referenced by getCurrencyId().
| 
 | private | 
Definition at line 20 of file class.ilPaymentCurrency.php.
Referenced by getIsoCode().
| 
 | private | 
Definition at line 21 of file class.ilPaymentCurrency.php.
Referenced by getSymbol().
| 
 | private | 
Definition at line 19 of file class.ilPaymentCurrency.php.
Referenced by getUnit().