PHP Class App\Services\Locale\CurrentLocale

Show file Open project: spatie-custom/blender Class Usage Examples

Public Methods

Method Description
determine ( ) : string
getContentLocale ( ) : string
isValidLocale ( $locale ) : boolean

Protected Methods

Method Description
isValidBackLocale ( string $locale ) : boolean

Method Details

determine() public static method

public static determine ( ) : string
return string

getContentLocale() public static method

public static getContentLocale ( ) : string
return string

isValidBackLocale() protected static method

protected static isValidBackLocale ( string $locale ) : boolean
$locale string
return boolean

isValidLocale() public static method

public static isValidLocale ( $locale ) : boolean
return boolean