You are here

public function FrxData::currentContext in Forena Reports 7.3

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

Return the current data context

1 call to FrxData::currentContext()
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 30

Class

FrxData

Code

public function currentContext() {
  return $this->cur_context;
}