CAS_Client::_hasPGT PHP 메소드

_hasPGT() 개인적인 메소드

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