MyTeamBackendJSONController
class MyTeamBackendJSONController extends Controller
Class MyTeamBackendJSONController
Methods
JsonResponse
addTeamAction(ArrayCollection $myTeamAddJSON)
JSON route for adding new team
JsonResponse
editMyTeamAction(ArrayCollection $myTeamEditJSON)
JSON route for editing existing team
JsonResponse
getMyTeamAction(ArrayCollection $myTeamGetJSON)
JSON route for finding single team
JsonResponse
saveMyTeamOrderAction(ArrayCollection $myTeamSaveOrderJSON)
JSON route for saving user's order in team
JsonResponse
showAllTeamsAction(ArrayCollection $myTeamAllJQGrid)
JSON route for listing all teams - JQGrid
JsonResponse
myTeamUserListSearchAction(ArrayCollection $myTeamUserSearchJSON)
JSON route for listing teams with provided filters
JsonResponse
deleteMyTeamAction(ArrayCollection $myTeamDeleteJSON)
JSON route for removing team
Details
at line 40
JsonResponse
addTeamAction(ArrayCollection $myTeamAddJSON)
JSON route for adding new team
at line 55
JsonResponse
editMyTeamAction(ArrayCollection $myTeamEditJSON)
JSON route for editing existing team
at line 70
JsonResponse
getMyTeamAction(ArrayCollection $myTeamGetJSON)
JSON route for finding single team
at line 85
JsonResponse
saveMyTeamOrderAction(ArrayCollection $myTeamSaveOrderJSON)
JSON route for saving user's order in team
at line 100
JsonResponse
showAllTeamsAction(ArrayCollection $myTeamAllJQGrid)
JSON route for listing all teams - JQGrid
at line 115
JsonResponse
myTeamUserListSearchAction(ArrayCollection $myTeamUserSearchJSON)
JSON route for listing teams with provided filters
at line 130
JsonResponse
deleteMyTeamAction(ArrayCollection $myTeamDeleteJSON)
JSON route for removing team