You are here

public function FrxReportContext::getValue in Forena Reports 7.4

Same name and namespace in other branches
  1. 7.3 plugins/FrxReportContext.inc \FrxReportContext::getValue()
1 call to FrxReportContext::getValue()
FrxReportContext::__get in contexts/FrxReportContext.inc

File

contexts/FrxReportContext.inc, line 11

Class

FrxReportContext
Special report embedder @author davidmetzler

Code

public function getValue($key) {
  $output = forena_report_include($key);
  return $output;
}