You are here

public function FrxContextInterface::asXML in Forena Reports 7.4

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 value

SimpleXMLElement| string Data returned as a string must still be valid parseable XML.

1 method overrides FrxContextInterface::asXML()
FrxContextBase::asXML in contexts/FrxContextBase.inc
Return the properteis of the element.

File

contexts/FrxContextInterface.inc, line 19
Data contexts are used to respond to toekn

Class

FrxContextInterface
@file

Code

public function asXML();