You are here

public function FrxReport::parametersForm in Forena Reports 7.3

Same name and namespace in other branches
  1. 7.4 FrxReport.inc \FrxReport::parametersForm()
1 call to FrxReport::parametersForm()
FrxReport::render in ./FrxReport.inc
Render the report

File

./FrxReport.inc, line 732
Basic report provider. Controls the rendering of the report.

Class

FrxReport

Code

public function parametersForm($variables = array()) {
  $parms = $this
    ->parametersArray();
  return drupal_get_form('forena_parameter_form', $parms, $variables);
}