ILIAS
Release_5_0_x_branch Revision 61816
|
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().
|
static |
Definition at line 109 of file class.ilPaymentCurrency.php.
References $ilDB, $res, and $row.
Referenced by _updateIsDefault(), ilObjPaymentSettingsGUI\currenciesObject(), and ilPaymentObjectGUI\performAddPrice().
|
static |
Definition at line 179 of file class.ilPaymentCurrency.php.
References $ilDB, $res, and $row.
Referenced by _updateIsDefault().
|
static |
Definition at line 127 of file class.ilPaymentCurrency.php.
References $ilDB, $res, and $row.
Referenced by ilObjPaymentSettingsGUI\editCurrencyObject().
|
static |
|
static |
Definition at line 237 of file class.ilPaymentCurrency.php.
References $ilUser, and $separator.
Referenced by _formatPriceToString().
|
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 ilObjPaymentSettingsGUI\deleteCurrencyObject().
|
static |
Definition at line 269 of file class.ilPaymentCurrency.php.
References $ilDB, $res, and $row.
Referenced by ilObjPaymentSettingsGUI\deleteCurrencyObject().
|
static |
Definition at line 214 of file class.ilPaymentCurrency.php.
References $conversion_rate, $ilDB, _getAvailableCurrencies(), and _getConversionRate().
Referenced by ilObjPaymentSettingsGUI\updateDefaultCurrencyObject().
ilPaymentCurrency::addCurrency | ( | ) |
Definition at line 78 of file class.ilPaymentCurrency.php.
References getConversionRate(), getIsoCode(), getSymbol(), and getUnit().
ilPaymentCurrency::deleteCurrency | ( | ) |
Definition at line 90 of file class.ilPaymentCurrency.php.
References getCurrencyId().
ilPaymentCurrency::getConversionRate | ( | ) |
Definition at line 73 of file class.ilPaymentCurrency.php.
References $conversion_rate.
Referenced by addCurrency(), and updateCurrency().
ilPaymentCurrency::getCurrencyId | ( | ) |
Definition at line 39 of file class.ilPaymentCurrency.php.
References $currency_id.
Referenced by deleteCurrency(), and updateCurrency().
ilPaymentCurrency::getIsoCode | ( | ) |
Definition at line 56 of file class.ilPaymentCurrency.php.
References $iso_code.
Referenced by addCurrency(), and updateCurrency().
ilPaymentCurrency::getSymbol | ( | ) |
Definition at line 65 of file class.ilPaymentCurrency.php.
References $symbol.
Referenced by addCurrency(), and updateCurrency().
ilPaymentCurrency::getUnit | ( | ) |
Definition at line 48 of file class.ilPaymentCurrency.php.
References $unit.
Referenced by addCurrency(), and updateCurrency().
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().
|
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().