You are here

public function ContextInterface::asXML in Forena Reports 8

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 ContextInterface::asXML()
ContextBase::asXML in src/FrxPlugin/Context/ContextBase.php
Return the properteis of the element.

File

src/FrxPlugin/Context/ContextInterface.php, line 21
Data contexts are used to respond to toekn

Class

ContextInterface

Namespace

Drupal\forena\FrxPlugin\Context

Code

public function asXML();