CAS_Client::_getServerHostname PHP Method

_getServerHostname() private method

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