CMS  Version 3.9
send_reminder_dialog.inc File Reference

Go to the source code of this file.

Variables

 $questionnaire_id = checkNumeric($_GET["questionnaire_id"])
 
 $dashboard = checkNumeric($_GET["dashboard"])
 
 $questionnaire = new Questionnaire($questionnaire_id)
 
 $mgr = new QuestionnaireSendManager($questionnaire)
 
 $form = $mgr->buildReminderForm($dashboard)
 
 if ( $method=="POST")
 

Variable Documentation

◆ $dashboard

$dashboard = checkNumeric($_GET["dashboard"])

Definition at line 46 of file send_reminder_dialog.inc.

◆ $form

$form = $mgr->buildReminderForm($dashboard)

Definition at line 54 of file send_reminder_dialog.inc.

◆ $mgr

$mgr = new QuestionnaireSendManager($questionnaire)

Definition at line 52 of file send_reminder_dialog.inc.

◆ $questionnaire

$questionnaire = new Questionnaire($questionnaire_id)

Definition at line 51 of file send_reminder_dialog.inc.

◆ $questionnaire_id

$questionnaire_id = checkNumeric($_GET["questionnaire_id"])

Definition at line 45 of file send_reminder_dialog.inc.

◆ if

if($method=="POST") (   $method = = "POST")

Definition at line 56 of file send_reminder_dialog.inc.