Final Class Yiisoft\View\State\LocaleState
| Inheritance | Yiisoft\View\State\LocaleState |
|---|
Public Methods
| Method | Description | Defined By |
|---|---|---|
| __construct() | Yiisoft\View\State\LocaleState | |
| getLocale() | Gets the locale code. | Yiisoft\View\State\LocaleState |
| setLocale() | Set the specified locale code. | Yiisoft\View\State\LocaleState |
Method Details
| public mixed __construct ( string $locale = 'en' ) | ||
| $locale | string | |
public function __construct(
private string $locale = 'en'
) {
}
Gets the locale code.
| public string getLocale ( ) | ||
| return | string |
The locale code. |
|---|---|---|
public function getLocale(): string
{
return $this->locale;
}
Signup or Login in order to comment.