CMS  Version 3.9
save_report.inc File Reference

Go to the source code of this file.

Variables

 $report_id = checkNumeric($_GET["report_id"])
 
 $report = new CustomReport()
 
$report filter = new InclusionFilter("report_id", "title", "description", "column_order")
 
 $form = new AutoForm($report)
 
$form onSubmitHandler = "ReportManager.onSaveReport"
 

Variable Documentation

◆ $form

$form = new AutoForm($report)

Definition at line 44 of file save_report.inc.

◆ $report

$report = new CustomReport()

Definition at line 38 of file save_report.inc.

◆ $report_id

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

Definition at line 36 of file save_report.inc.

◆ filter

$report filter = new InclusionFilter("report_id", "title", "description", "column_order")

Definition at line 42 of file save_report.inc.

◆ onSubmitHandler

$form onSubmitHandler = "ReportManager.onSaveReport"

Definition at line 48 of file save_report.inc.