mirror of
				https://github.com/yiisoft/yii2.git
				synced 2025-11-04 06:37:55 +08:00 
			
		
		
		
	Reordered property to top [skip ci]
This commit is contained in:
		@ -19,6 +19,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}
 | 
			
		||||
     */
 | 
			
		||||
@ -33,12 +39,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
 | 
			
		||||
     *
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user