You are here

public function RendererInterface::initReportNode in Forena Reports 8

1 method overrides RendererInterface::initReportNode()
RendererBase::initReportNode in src/FrxPlugin/Renderer/RendererBase.php
This function is called to give the renderer the current conetxt in report rendering. It makes sure the renderer has the current DOM nodes dom documnent, and other attributes.

File

src/FrxPlugin/Renderer/RendererInterface.php, line 18

Class

RendererInterface

Namespace

Drupal\forena\FrxPlugin\Renderer

Code

public function initReportNode(DOMNode $domNode);