Auth_Yadis_Discovery::getSessionKey PHP Метод

getSessionKey() публичный Метод

public getSessionKey ( )
    function getSessionKey()
    {
        // Get the session key for this starting URL and suffix
        return $this->PREFIX . $this->session_key_suffix;
    }