PHP 클래스 BenConstable\Localize\Determiners\Host

상속: extends Determiner
파일 보기 프로젝트 열기: benconstable/laravel-localize-middleware 1 사용 예제들

공개 메소드들

메소드 설명
__construct ( Collection $hostMapping ) : void Constructor.
determineLocale ( Illuminate\Http\Request $request ) : string Determine the locale from the current host.

메소드 상세

__construct() 공개 메소드

Constructor.
public __construct ( Collection $hostMapping ) : void
$hostMapping Illuminate\Support\Collection Locale to host mapping
리턴 void

determineLocale() 공개 메소드

Determine the locale from the current host.
public determineLocale ( Illuminate\Http\Request $request ) : string
$request Illuminate\Http\Request
리턴 string