CMS  Version 3.9
reset_token.inc File Reference

Go to the source code of this file.

Variables

 $response_id = checkNumeric($_GET["response_id"])
 
if(! $response_id) $response = new QuestionnaireResponse($response_id)
 
 $mgr = new QuestionnaireResponseManager($response)
 

Variable Documentation

◆ $mgr

$mgr = new QuestionnaireResponseManager($response)

Definition at line 45 of file reset_token.inc.

◆ $response

if (! $response_id) $response = new QuestionnaireResponse($response_id)

Definition at line 44 of file reset_token.inc.

◆ $response_id

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

Definition at line 37 of file reset_token.inc.