You are here

public property FrxData::$id in Forena Reports 6.2

Same name and namespace in other branches
  1. 7.2 FrxData.inc \FrxData::id
  2. 7.3 FrxData.inc \FrxData::id
  3. 7.4 FrxData.inc \FrxData::id

* The FrxData class holds all of the data contexts during the report rendering process. * The general idea is that during the report render, data objects are pushed on the stack with the id's of the block or foreach objects that invoke them. * Rendering controls may then get current data contexts, and push data onto the stack or pop data onto the stack. They may also use this method to get the current data * context from the stack. * * The static instance function of this object acts as a factory method that allows other code in forena to always be able to operate on the current context of the class. *

Type: unknown_type

File

./FrxData.inc, line 13

Class

FrxData

Code

public $id;