public function FrxReportContext::__get in Forena Reports 7.4
File
- contexts/
FrxReportContext.inc, line 16
Class
- FrxReportContext
- Special report embedder @author davidmetzler
Code
public function __get($key) {
return $this
->getValue($key);
}