PHP BenConstable\Localize\Determiners Namespace

Interfaces

Name Description
DeterminerInterface A determiner is used to fetch the current locale using information from the request.

Classes

Name Description
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.