You are here

public function FrxHostApplication::report_link in Forena Reports 6.2

Same name and namespace in other branches
  1. 7.2 FrxHostApplication.inc \FrxHostApplication::report_link()

Convert the report name into a link to the report Enter description here ...

Parameters

unknown_type $report_name:

1 method overrides FrxHostApplication::report_link()
FrxDrupalApplication::report_link in ./FrxDrupalApplication.inc
Convert the report name into a link to the report Enter description here ...

File

./FrxHostApplication.inc, line 79

Class

FrxHostApplication

Code

public function report_link($report_name, $title) {
  return $this
    ->link($title, $path);
}