abstract class FrxContextBase in Forena Reports 7.4
Hierarchy
- class \FrxContextBase implements FrxContextInterface
Expanded class hierarchy of FrxContextBase
File
- contexts/
FrxContextBase.inc, line 11
View source
abstract class FrxContextBase implements FrxContextInterface {
/**
* Return the properteis of the element.
* @return null|\SimpleXMLElement
*/
public function asXML() {
return FrxData::arrayToXml(get_object_vars($this));
}
}
Members
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
FrxContextBase:: |
public | function |
Return the properteis of the element. Overrides FrxContextInterface:: |