PHP BenConstable\Localize\Determiners 네임스페이스

Interfaces

이름 설명
DeterminerInterface A determiner is used to fetch the current locale using information from the request.

클래스들

이름 설명
Cookie This locale determiner fetches the locale from a cookie.
Determiner Base determiner class that provides some common methods.
Header This locale determiner fetches the locale from a request header.
Host This locale determiner fetches the locale from the request host and a pre-defined mapping.
Parameter This locale determiner fetches the locale from a request parameter.
Session This locale determiner fetches the locale from the session.
Stack This determiner chains together other determiners and pulls the locale from the first one that provides a match.