Stevebauman\Location\Location::setSessionKey PHP 메소드

setSessionKey() 공개 메소드

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