CMS  Version 3.9
send_test_email_dialog.inc File Reference

Go to the source code of this file.

Variables

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

Variable Documentation

◆ $dashboard

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

Definition at line 42 of file send_test_email_dialog.inc.

◆ $form

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

Definition at line 52 of file send_test_email_dialog.inc.

◆ $mgr

$mgr = new QuestionnaireSendManager($questionnaire)

Definition at line 50 of file send_test_email_dialog.inc.

◆ $questionnaire

if (! $questionnaire_id) $questionnaire = new Questionnaire($questionnaire_id)

Definition at line 49 of file send_test_email_dialog.inc.

◆ $questionnaire_id

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

Definition at line 41 of file send_test_email_dialog.inc.

◆ if

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

Definition at line 54 of file send_test_email_dialog.inc.