CAS_Client::_getPGT PHP Method

_getPGT() private method

This method returns the Proxy Granting Ticket given by the CAS server.
private _getPGT ( ) : string
return string the Proxy Granting Ticket.
    private function _getPGT()
    {
        return $this->_pgt;
    }
CAS_Client