PHP 클래스 App\Services\Locale\CurrentLocale

파일 보기 프로젝트 열기: spatie-custom/blender 1 사용 예제들

공개 메소드들

메소드 설명
determine ( ) : string
getContentLocale ( ) : string
isValidLocale ( $locale ) : boolean

보호된 메소드들

메소드 설명
isValidBackLocale ( string $locale ) : boolean

메소드 상세

determine() 공개 정적인 메소드

public static determine ( ) : string
리턴 string

getContentLocale() 공개 정적인 메소드

public static getContentLocale ( ) : string
리턴 string

isValidBackLocale() 보호된 정적인 메소드

protected static isValidBackLocale ( string $locale ) : boolean
$locale string
리턴 boolean

isValidLocale() 공개 정적인 메소드

public static isValidLocale ( $locale ) : boolean
리턴 boolean