You are here

abstract class ContextBase in Forena Reports 8

Hierarchy

Expanded class hierarchy of ContextBase

1 file declares its use of ContextBase
CustomSecurity.php in tests/src/Unit/FrxPlugin/Context/CustomSecurity.php

File

src/FrxPlugin/Context/ContextBase.php, line 14

Namespace

Drupal\forena\FrxPlugin\Context
View source
abstract class ContextBase implements ContextInterface {

  /**
   * Return the properteis of the element.
   * @return null|\SimpleXMLElement
   */
  public function asXML() {
    return DataContext::arrayToXml(get_object_vars($this));
  }

}

Members

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