BenConstable\Localize\Determiners\Cookie::__construct PHP Method

__construct() public method

Constructor.
public __construct ( string $cookieName ) : void
$cookieName string Name of the cookie that holds the locale
return void
    public function __construct($cookieName)
    {
        $this->cookieName = $cookieName;
    }