TicketController
class TicketController extends Controller
Class AdminController
Methods
Backend page for listing all tickets
Backend page for listing my tickets
Backend page for adding new ticket
Json route for removing ticket
Json route for listing all tickets with pagination
Json route for listing all tickets
Json route for listing comments with pagination
Json route for listing comments with pagination
Json route for changing comment status to tree
Details
at line 47
array
indexAction()
Backend page for listing all tickets
at line 61
array
indexMyAction()
Backend page for listing my tickets
at line 75
array
addTicketAction()
Backend page for adding new ticket
at line 89
Response
getTicketAction(Ticket $ticketEditDB)
Json route for finding ticket
at line 109
array
ticketShowAction(Ticket $ticketEditDB)
Backend page for showing ticket
at line 133
Response
deleteProductAction(ArrayCollection $ticketDeleteJSON)
Json route for removing ticket
at line 148
JsonResponse
getTicketsAction(ArrayCollection $ticketListJSON)
Json route for listing all tickets with pagination
at line 163
JsonResponse
getMyTicketsAction(ArrayCollection $myTicketListJSON)
Json route for listing all tickets
at line 178
JsonResponse
getAllCommentsAction(ArrayCollection $commentListJSON)
Json route for listing comments with pagination
at line 193
JsonResponse
getReallyAllCommentsAction(ArrayCollection $commentListAllJSON)
Json route for listing comments with pagination
at line 208
JsonResponse
setSeenCommentsAction(ArrayCollection $seenCommentsListJSON)
Json route for changing comment status to tree