abstract class ContextBase in Forena Reports 8
Hierarchy
- class \Drupal\forena\FrxPlugin\Context\ContextBase implements ContextInterface
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\ContextView 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
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
ContextBase:: |
public | function |
Return the properteis of the element. Overrides ContextInterface:: |