CAS_Client::_hasPGT PHP Method

_hasPGT() private method

This method tells if a Proxy Granting Ticket was stored.
private _hasPGT ( ) : true
return true if a Proxy Granting Ticket has been stored.
    private function _hasPGT()
    {
        return !empty($this->_pgt);
    }
CAS_Client