Stevebauman\Location\Location::setSessionKey PHP Méthode

setSessionKey() public méthode

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