PHP Class BenConstable\Localize\Determiners\Determiner

Inheritance: implements BenConstable\Localize\Determiners\DeterminerInterface
Datei anzeigen Open project: benconstable/laravel-localize-middleware

Protected Properties

Property Type Description
$fallback string | null The fallback locale to use if determiner can't determine a locale.

Public Methods

Method Description
setFallback ( $fallback )

Method Details

setFallback() public method

public setFallback ( $fallback )

Property Details

$fallback protected_oe property

The fallback locale to use if determiner can't determine a locale.
protected string|null $fallback
return string | null