public function FrxContextBase::asXML in Forena Reports 7.4
Return the properteis of the element.
Return value
null|\SimpleXMLElement
Overrides FrxContextInterface::asXML
File
- contexts/
FrxContextBase.inc, line 17
Class
Code
public function asXML() {
return FrxData::arrayToXml(get_object_vars($this));
}