CAS_Client::_getPGT PHP Метод

_getPGT() приватный Метод

This method returns the Proxy Granting Ticket given by the CAS server.
private _getPGT ( ) : string
Результат string the Proxy Granting Ticket.
    private function _getPGT()
    {
        return $this->_pgt;
    }
CAS_Client