SectionController
class SectionController extends Controller
Class SectionController defines routes for section
Methods
array
sectionAddAction()
Backend page for creating new section
array
sectionEditAction(ArrayCollection $sectionEdit)
Backend page for editing specified section
array
sectionAlllAction()
Backend page for listing all section
JsonResponse
getAllSectionsJQGridAction(ArrayCollection $sectionsListJSON)
JSON route for listing all sections with pagination
JsonResponse
saveSectionJSONAction(ArrayCollection $sectionJSON)
JSON route for saving new section
JsonResponse
editSectionJSONAction(ArrayCollection $sectionEditJSON)
JSON route for updating section
JsonResponse
deleteProductAction(ArrayCollection $sectionDeleteJSON)
JSON route for removing section
Details
at line 42
array
sectionAddAction()
Backend page for creating new section
at line 59
array
sectionEditAction(ArrayCollection $sectionEdit)
Backend page for editing specified section
at line 73
array
sectionAlllAction()
Backend page for listing all section
at line 88
JsonResponse
getAllSectionsJQGridAction(ArrayCollection $sectionsListJSON)
JSON route for listing all sections with pagination
at line 103
JsonResponse
saveSectionJSONAction(ArrayCollection $sectionJSON)
JSON route for saving new section
at line 118
JsonResponse
editSectionJSONAction(ArrayCollection $sectionEditJSON)
JSON route for updating section
at line 133
JsonResponse
deleteProductAction(ArrayCollection $sectionDeleteJSON)
JSON route for removing section