interface FrxContextInterface in Forena Reports 7.4
@file
Data contexts are used to respond to toekn
Hierarchy
- interface \FrxContextInterface
Expanded class hierarchy of FrxContextInterface
All classes that implement FrxContextInterface
File
- contexts/
FrxContextInterface.inc, line 9 - Data contexts are used to respond to toekn
View source
interface FrxContextInterface {
/**
* Return the object data as a simplexml element so that xpath and evaluate
* functions may be used on it within the context of a report.
*
* @return SimpleXMLElement| string
* Data returned as a string must still be valid parseable XML.
*
*/
public function asXML();
}
Members
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
FrxContextInterface:: |
public | function | Return the object data as a simplexml element so that xpath and evaluate functions may be used on it within the context of a report. | 1 |