You are here

public function FrxData::getContext in Forena Reports 7.3

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

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

Parameters

unknown_type $id:

1 call to FrxData::getContext()
FrxData::getValue in ./FrxData.inc
Get the value from the data. This is used by token_replace method to extract the data based on the path provided.

File

./FrxData.inc, line 209

Class

FrxData

Code

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