class SurveyBackendController extends Controller

Class SurveyBackendController. Defines routes for

Methods

array
surveyAddAction(ArrayCollection $surveyAddShow)

Defines route for rendering template for creating new survey

array
surveyAllAction()

Defines route for rendering template for listing all surveys on backend

array
surveyEditShowAction(ArrayCollection $surveyEditShow)

Defines route for rendering template for editing survey

array
surveySendSurveyViaMailAction(ArrayCollection $sendSurveyViaMail)

Route for rendering template for sending survey via email

Details

at line 41
array surveyAddAction(ArrayCollection $surveyAddShow)

Defines route for rendering template for creating new survey

Parameters

ArrayCollection $surveyAddShow

Return Value

array

See also

SurveyAddShowConverter

at line 58
array surveyAllAction()

Defines route for rendering template for listing all surveys on backend

Return Value

array

at line 76
array surveyEditShowAction(ArrayCollection $surveyEditShow)

Defines route for rendering template for editing survey

Parameters

ArrayCollection $surveyEditShow

Return Value

array

See also

SurveyEditShowConverter

at line 98
array surveySendSurveyViaMailAction(ArrayCollection $sendSurveyViaMail)

Route for rendering template for sending survey via email

Parameters

ArrayCollection $sendSurveyViaMail

Return Value

array

See also

SendSurveyViaMailConverter