You are here

class FrxSource in Forena Reports 6.2

Same name and namespace in other branches
  1. 7.2 plugins/FrxSource.inc \FrxSource
  2. 7.3 renderers/FrxSource.inc \FrxSource
  3. 7.4 renderers/FrxSource.inc \FrxSource

* Look at the FrxRender class to see a full list of properties that can be used here.

Hierarchy

Expanded class hierarchy of FrxSource

2 string references to 'FrxSource'
forena_forena_controls in ./forena.module
Self register controls with forena.
FrxHostApplication::controls in ./FrxHostApplication.inc
* Self register controls with forena. *

File

plugins/FrxSource.inc, line 6

View source
class FrxSource extends FrxRenderer {
  public function render() {
    $node = $this->reportDocNode;
    $output = htmlspecialchars($node
      ->asXML());
    return $output;
  }

}

Members

Namesort descending Modifiers Type Description Overrides
FrxRenderer::$dataProvider public property
FrxRenderer::$frxAttributes public property
FrxRenderer::$htmlAttributes public property
FrxRenderer::$id public property
FrxRenderer::$name public property
FrxRenderer::$reportDocDomNode public property
FrxRenderer::$reportDocNode public property
FrxRenderer::$teng public property
FrxRenderer::initReportNode public function
FrxRenderer::mergedAttributes public function * Standard php array containing merged attributes * Enter description here ...
FrxRenderer::replaceTokens public function
FrxRenderer::__construct public function 1
FrxSource::render public function Overrides FrxRenderer::render