You are here

static function CurrencyLocalePattern::resetCountryCode in Currency 7.2

Resets the currency locale's country.

Return value

null

1 call to CurrencyLocalePattern::resetCountryCode()
CurrencyLocalePatternWebTestCase::testLocaleDelegation in currency/tests/CurrencyLocalePatternWebTestCase.test
Tests locale delegation.

File

currency/includes/CurrencyLocalePattern.inc, line 166
Contains class CurrencyLocalePattern.

Class

CurrencyLocalePattern
A currency pattern for a locale.

Code

static function resetCountryCode() {
  drupal_static_reset(__CLASS__ . '_country_code');
}