CAS_Client::_getServerURI PHP Méthode

_getServerURI() private méthode

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