You are here

abstract class FrxContextBase in Forena Reports 7.4

Hierarchy

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

Namesort descending Modifiers Type Description Overrides
FrxContextBase::asXML public function Return the properteis of the element. Overrides FrxContextInterface::asXML