class ContactUsController extends Controller

Class ContactUsController. Defines routes for ContactUs

Methods

array
contactUsFrontAction()

Define route for contact us page on frontend

array
viewContactUsBackendAction(ArrayCollection $contactUsQuestionViewBackend)

Define route for backend contact us

array
allContactUsQuestionAction()

Define route for viewing contact us all questions

JsonResponse
addContactUsQuestionJSONAction(ArrayCollection $contactUsQuestionAddJSON)

Define route for persisting new contact us question

JsonResponse
allContactUsQuestionJSONAction(ArrayCollection $contactUsQuestionsAllJSON)

Defines route for listing all contact us questions for jqgrid

JsonResponse
removeContactUsQuestionJSONAction(ArrayCollection $removeContactUsQuestionsJSON)

Defines route for deleting contact us questions

Details

at line 37
array contactUsFrontAction()

Define route for contact us page on frontend

Return Value

array

at line 54
array viewContactUsBackendAction(ArrayCollection $contactUsQuestionViewBackend)

Define route for backend contact us

Parameters

ArrayCollection $contactUsQuestionViewBackend

Return Value

array

See also

ContactUsQuestionViewBackendConverter

at line 67
array allContactUsQuestionAction()

Define route for viewing contact us all questions

Return Value

array

at line 82
JsonResponse addContactUsQuestionJSONAction(ArrayCollection $contactUsQuestionAddJSON)

Define route for persisting new contact us question

Parameters

ArrayCollection $contactUsQuestionAddJSON

Return Value

JsonResponse

See also

ContactUsQuestionAddJSONConverter

at line 99
JsonResponse allContactUsQuestionJSONAction(ArrayCollection $contactUsQuestionsAllJSON)

Defines route for listing all contact us questions for jqgrid

Parameters

ArrayCollection $contactUsQuestionsAllJSON

Return Value

JsonResponse

See also

ContactUsQuestionsAllJSONConverter

at line 114
JsonResponse removeContactUsQuestionJSONAction(ArrayCollection $removeContactUsQuestionsJSON)

Defines route for deleting contact us questions

Parameters

ArrayCollection $removeContactUsQuestionsJSON

Return Value

JsonResponse

See also

RemoveContactUsQuestionsJSONConverter