PHP 클래스 BenConstable\Localize\Determiners\Stack

상속: extends Determiner
파일 보기 프로젝트 열기: benconstable/laravel-localize-middleware

공개 메소드들

메소드 설명
__construct ( Collection $determiners ) : void Constructor.
determineLocale ( Illuminate\Http\Request $request ) : string | null Determine the locale from the underlying determiner stack.
getDeterminers ( ) : Collection Get the underlying determiner stack.

메소드 상세

__construct() 공개 메소드

Constructor.
public __construct ( Collection $determiners ) : void
$determiners Illuminate\Support\Collection
리턴 void

determineLocale() 공개 메소드

Determine the locale from the underlying determiner stack.
public determineLocale ( Illuminate\Http\Request $request ) : string | null
$request Illuminate\Http\Request
리턴 string | null

getDeterminers() 공개 메소드

Get the underlying determiner stack.
public getDeterminers ( ) : Collection
리턴 Illuminate\Support\Collection