You are here

interface FrxContextInterface in Forena Reports 7.4

@file

Data contexts are used to respond to toekn

Hierarchy

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

Namesort descending Modifiers Type Description Overrides
FrxContextInterface::asXML 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