You are here

public function FrxData::getContext in Forena Reports 7.2

Same name and namespace in other branches
  1. 6.2 FrxData.inc \FrxData::getContext()
  2. 7.3 FrxData.inc \FrxData::getContext()
  3. 7.4 FrxData.inc \FrxData::getContext()

Return a data context by id Enter description here ...

Parameters

unknown_type $id:

File

./FrxData.inc, line 112

Class

FrxData

Code

public function getContext($id) {
  return @$this->data_sources[$id];
}