You are here

public function FrxDrupalApplication::report_link in Forena Reports 7.3

Same name and namespace in other branches
  1. 6.2 FrxDrupalApplication.inc \FrxDrupalApplication::report_link()
  2. 7.2 FrxDrupalApplication.inc \FrxDrupalApplication::report_link()
  3. 7.4 FrxDrupalApplication.inc \FrxDrupalApplication::report_link()

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

Parameters

unknown_type $report_name:

File

./FrxDrupalApplication.inc, line 83
HostApp.inc Defines all the interface points between the host application and Forena. Each of these methods must be specified in order for Forena to function properly. The base class here is drupal, so those

Class

FrxDrupalApplication

Code

public function report_link($report_name, $title) {
}