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

__construct() public method

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