class FaqFrontendOfBackendController extends Controller

Class FaqFrontendOfBackendController

Methods

array
faqCategoryAddShowTreeAction(ArrayCollection $faqCategoryAddShowTree)

Backend page for managing faq categories

Response
faqCategoryAddShowCategoriesAction(ArrayCollection $faqCategoryAddShowCategoriesModal)

JSON route for adding new faq category

array
faqQuestionAddAction(ArrayCollection $faqQuestionAddShow)

Backend page for saving new faq question

array
allFaqQuestionsAction()

Backend page for listing all faq questions

array
faqQuestionEditShowAction(ArrayCollection $faqQuestionEditShow)

Backend page for editing faq question

Details

at line 40
array faqCategoryAddShowTreeAction(ArrayCollection $faqCategoryAddShowTree)

Backend page for managing faq categories

Parameters

ArrayCollection $faqCategoryAddShowTree

Return Value

array

See also

FaqCategoryAddShowTreeConverter

at line 55
Response faqCategoryAddShowCategoriesAction(ArrayCollection $faqCategoryAddShowCategoriesModal)

JSON route for adding new faq category

Parameters

ArrayCollection $faqCategoryAddShowCategoriesModal

Return Value

Response

See also

FaqCategoryAddShowCategoriesModalConverter

at line 72
array faqQuestionAddAction(ArrayCollection $faqQuestionAddShow)

Backend page for saving new faq question

Parameters

ArrayCollection $faqQuestionAddShow

Return Value

array

See also

FaqQuestionAddShowConverter

at line 86
array allFaqQuestionsAction()

Backend page for listing all faq questions

Return Value

array

at line 103
array faqQuestionEditShowAction(ArrayCollection $faqQuestionEditShow)

Backend page for editing faq question

Parameters

ArrayCollection $faqQuestionEditShow

Return Value

array

See also

FaqQuestionEditShowConverter