CAS_Client::getTicket PHP Method

getTicket() public method

This method returns the Service Ticket provided in the URL of the request.
public getTicket ( ) : string
return string service ticket.
    public function getTicket()
    {
        return $this->_ticket;
    }
CAS_Client