Stevebauman\Location\Location::setSessionKey PHP Method

setSessionKey() public method

Sets the location session key.
public setSessionKey ( string $key ) : Location
$key string
return Location
    public function setSessionKey($key)
    {
        $this->key = $key;
        return $this;
    }