Moodle  2.2.1
http://www.collinsharper.com
C:/xampp/htdocs/moodle/mod/feedback/delete_completed.php File Reference

Go to the source code of this file.

Namespaces

namespace  feedback

Variables

 $id = required_param('id', PARAM_INT)
 $completedid = optional_param('completedid', 0, PARAM_INT)
 $return = optional_param('return', 'entries', PARAM_ALPHA)
 $mform = new mod_feedback_delete_completed_form()
 $newformdata
 $formdata = $mform->get_data()
if($mform->is_cancelled()) if(isset($formdata->
confirmdelete) AND $formdata->
confirmdelete==1) 
$strfeedbacks = get_string("modulenameplural", "feedback")
 Print the page header.
 $strfeedback = get_string("modulename", "feedback")

Variable Documentation

$completedid = optional_param('completedid', 0, PARAM_INT)

Definition at line 30 of file delete_completed.php.

$formdata = $mform->get_data()

Definition at line 68 of file delete_completed.php.

Definition at line 29 of file delete_completed.php.

Definition at line 61 of file delete_completed.php.

$newformdata
Initial value:
 array('id'=>$id,
                    'completedid'=>$completedid,
                    'confirmdelete'=>'1',
                    'do_show'=>'edit',
                    'return'=>$return)

Definition at line 62 of file delete_completed.php.

$return = optional_param('return', 'entries', PARAM_ALPHA)

Definition at line 31 of file delete_completed.php.

$strfeedback = get_string("modulename", "feedback")

Definition at line 98 of file delete_completed.php.

if ($mform->is_cancelled()) if (isset($formdata->confirmdelete) AND $formdata->confirmdelete==1) $strfeedbacks = get_string("modulenameplural", "feedback")

Print the page header.

Definition at line 97 of file delete_completed.php.

 All Data Structures Namespaces Files Functions Variables Enumerations