ClientexecSupportTickets
Generic Clientexec Support tickets Migrator.
Table of Contents
Methods
| __construct() | ClientexecSupportTickets constructor. |
| get() | Get all tickets. |
| getCannedResponses() | Get all canned responses. |
| getTicketReplies() | Get all the replies from an specific ticket. |
Methods
__construct()
ClientexecSupportTickets constructor.
public
__construct(Record $remote) : mixed
Parameters
- $remote : Record
get()
Get all tickets.
public
get() : mixed
Return values
mixed —The result of the sql transaction
getCannedResponses()
Get all canned responses.
public
getCannedResponses() : mixed
Return values
mixed —The result of the sql transaction
getTicketReplies()
Get all the replies from an specific ticket.
public
getTicketReplies(mixed $ticket_id) : mixed
Parameters
- $ticket_id : mixed
Return values
mixed —The result of the sql transaction