common\Locale::fromString PHP Method

fromString() public static method

public static fromString ( $locale ) : self
$locale
return self
    public static function fromString($locale)
    {
        return new static($locale);
    }