class SurveyQuestionBackendController extends Controller

Class SurveyQuestionBackendController. Defines routes for Question

Methods

array
surveyQuestionAddAction(ArrayCollection $surveyQuestionAddShow)

Defines route for rentering template for creating new question

array
allSurveyQuestionsAction()

Defines route for rendering template for listing all survey questions

array
surveyQuestionEditShowAction(ArrayCollection $surveyQuestionEditShow)

Defines route for rendering edit template for survey question

array
surveyQuestionPositionEditShowAction(ArrayCollection $surveyQuestionPositionEditShow)

Defines route for rendering edit survet question position template

Details

at line 41
array surveyQuestionAddAction(ArrayCollection $surveyQuestionAddShow)

Defines route for rentering template for creating new question

Parameters

ArrayCollection $surveyQuestionAddShow

Return Value

array

See also

SurveyQuestionAddShowConverter

at line 57
array allSurveyQuestionsAction()

Defines route for rendering template for listing all survey questions

Return Value

array

at line 75
array surveyQuestionEditShowAction(ArrayCollection $surveyQuestionEditShow)

Defines route for rendering edit template for survey question

Parameters

ArrayCollection $surveyQuestionEditShow

Return Value

array

See also

SurveyQuestionEditShowConverter

at line 97
array surveyQuestionPositionEditShowAction(ArrayCollection $surveyQuestionPositionEditShow)

Defines route for rendering edit survet question position template

Parameters

ArrayCollection $surveyQuestionPositionEditShow

Return Value

array

See also

SurveyQuestionPositionEditShowConverter