class FaqQuestionJSONController extends Controller

Class FaqQuestionControllerJSON

Methods

Response
faqAddCategoryAction(ArrayCollection $faqQuestionAddNewJSON)

JSON route for adding new faq

Response
viewAllFaqQuestionsJSONAction(ArrayCollection $faqQuestionsViewAllJSON)

JSON route for listing all faqs

Response
faqEditCategoryAction(ArrayCollection $faqQuestionEditJSON)

JSON route for editing faq

Response
deleteFaqQuestionCategoryAction(ArrayCollection $faqQuestionDeleteJSON)

JSON route for deleting faq

Details

at line 37
Response faqAddCategoryAction(ArrayCollection $faqQuestionAddNewJSON)

JSON route for adding new faq

Parameters

ArrayCollection $faqQuestionAddNewJSON

Return Value

Response

See also

FaqQuestionAddNewJSONConverter

at line 52
Response viewAllFaqQuestionsJSONAction(ArrayCollection $faqQuestionsViewAllJSON)

JSON route for listing all faqs

Parameters

ArrayCollection $faqQuestionsViewAllJSON

Return Value

Response

See also

FaqQuestionsViewAllJSONConverter

at line 67
Response faqEditCategoryAction(ArrayCollection $faqQuestionEditJSON)

JSON route for editing faq

Parameters

ArrayCollection $faqQuestionEditJSON

Return Value

Response

See also

FaqQuestionEditJSONConverter

at line 82
Response deleteFaqQuestionCategoryAction(ArrayCollection $faqQuestionDeleteJSON)

JSON route for deleting faq

Parameters

ArrayCollection $faqQuestionDeleteJSON

Return Value

Response

See also

FaqQuestionDeleteJSONConverter