You are here

public function FrxReportContext::getValue in Forena Reports 7.3

Same name and namespace in other branches
  1. 7.4 contexts/FrxReportContext.inc \FrxReportContext::getValue()

File

plugins/FrxReportContext.inc, line 11

Class

FrxReportContext
Special report embedder @author davidmetzler

Code

public function getValue($key, $context) {
  $context = Frx::Data()
    ->currentContext();
  $output = forena_report($key, $context, FALSE);
  return $output;
}