Documentation

TicketService
in package

Table of Contents

$whmcsApi  : IWhmcsHttpClient
__construct()  : mixed
getTicket()  : TicketObject
Retrieve the ticket from WHMCS
openClientTicket()  : array<string|int, mixed>

Properties

Methods

getTicket()

Retrieve the ticket from WHMCS

public getTicket(int $ticketId) : TicketObject
Parameters
$ticketId : int

numeric id of the ticket

Tags
todo

this call retrieves all data: notes, replies... and can be extend to allow the user to handle the ticket from Bennu

Return values
TicketObject

the TicketResource

Search results