CAS_Client::getTicket PHP Метод

getTicket() публичный Метод

This method returns the Service Ticket provided in the URL of the request.
public getTicket ( ) : string
Результат string service ticket.
    public function getTicket()
    {
        return $this->_ticket;
    }
CAS_Client