CAS_Client::hasTicket PHP Method

hasTicket() public method

This method tells if a Service Ticket was stored.
public hasTicket ( ) : boolean
return boolean if a Service Ticket has been stored.
    public function hasTicket()
    {
        return !empty($this->_ticket);
    }
CAS_Client