public function FrxData::getContext in Forena Reports 7.3
Same name and namespace in other branches
- 6.2 FrxData.inc \FrxData::getContext()
- 7.2 FrxData.inc \FrxData::getContext()
- 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
Code
public function getContext($id) {
return @$this->data_sources[$id];
}