CAS_Client::_getServerURI PHP Method

_getServerURI() private method

This method is used to retrieve the URI of the CAS server.
private _getServerURI ( ) : string
return string a URI.
    private function _getServerURI()
    {
        return $this->_server['uri'];
    }
CAS_Client