PHP Класс BenConstable\Localize\Determiners\Stack

Наследование: extends Determiner
Показать файл Открыть проект

Открытые методы

Метод Описание
__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