SurveyBackendController
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
at line 58
array
surveyAllAction()
Defines route for rendering template for listing all surveys on backend
at line 76
array
surveyEditShowAction(ArrayCollection $surveyEditShow)
Defines route for rendering template for editing survey
at line 98
array
surveySendSurveyViaMailAction(ArrayCollection $sendSurveyViaMail)
Route for rendering template for sending survey via email