CAS_Client::_getServerPort PHP Method

_getServerPort() private method

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