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

Return Value

array

at line 59
array sectionEditAction(ArrayCollection $sectionEdit)

Backend page for editing specified section

Parameters

ArrayCollection $sectionEdit

Return Value

array

See also

SectionEditConverter

at line 73
array sectionAlllAction()

Backend page for listing all section

Return Value

array

at line 88
JsonResponse getAllSectionsJQGridAction(ArrayCollection $sectionsListJSON)

JSON route for listing all sections with pagination

Parameters

ArrayCollection $sectionsListJSON

Return Value

JsonResponse

See also

SectionsListJSONConverter

at line 103
JsonResponse saveSectionJSONAction(ArrayCollection $sectionJSON)

JSON route for saving new section

Parameters

ArrayCollection $sectionJSON

Return Value

JsonResponse

See also

SectionJSONConverter

at line 118
JsonResponse editSectionJSONAction(ArrayCollection $sectionEditJSON)

JSON route for updating section

Parameters

ArrayCollection $sectionEditJSON

Return Value

JsonResponse

See also

SectionEditJSONConverter

at line 133
JsonResponse deleteProductAction(ArrayCollection $sectionDeleteJSON)

JSON route for removing section

Parameters

ArrayCollection $sectionDeleteJSON

Return Value

JsonResponse

See also

SectionDeleteJSONConverter