Browse Source

Reordered property to top [skip ci]

tags/2.0.14
Alexander Makarov 7 years ago
parent
commit
e9bec0d246
No known key found for this signature in database
GPG Key ID: 3617B79C6A325E4A
  1. 12
      framework/i18n/Locale.php

12
framework/i18n/Locale.php

@ -20,6 +20,12 @@ use yii\base\InvalidConfigException;
class Locale extends Component
{
/**
* @var string the locale ID.
* If not set, [[\yii\base\Application::language]] will be used.
*/
public $locale;
/**
* {@inheritdoc}
*/
public function init()
@ -34,12 +40,6 @@ class Locale extends Component
}
/**
* @var string the locale ID.
* If not set, [[\yii\base\Application::language]] will be used.
*/
public $locale;
/**
* Returns a currency symbol
*
* @param string $currencyCode the 3-letter ISO 4217 currency code to get symbol for. If null,

Loading…
Cancel
Save