コード例 #1
0
ファイル: currency.php プロジェクト: akniyev/itprom_dobrohost
 /**
  * @deprecated deprecated since currency 16.0.0
  * @see \Bitrix\Currency\CurrencyManager::updateBaseCurrency
  *
  * @param string $currency
  * @return bool
  */
 protected static function updateBaseCurrency($currency)
 {
     return Currency\CurrencyManager::updateBaseCurrency($currency);
 }