You are here

constant FRX_NS in Forena Reports 7.5

8 uses of FRX_NS
RendererBase::initReportNode in src/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.
RendererBase::renderDomNode in src/Renderer/RendererBase.php
Recursive report renderer Walks the nodes rendering the report.
Report::parse_ids in src/Report.php
Make sure all xml elements have ids
Report::save_attributes_by_id in src/Report.php
Save attributes based on id match
Report::setReport in src/Report.php
Sets the report.

... See full list

File

src/Report.php, line 8
Basic report provider. Controls the rendering of the report.

Namespace

Drupal\forena

Code

define('FRX_NS', 'urn:FrxReports');