You are here

public function ReportEditor::get_attributes_by_id in Forena Reports 8

Same name and namespace in other branches
  1. 7.5 src/Editor/ReportEditor.php \Drupal\forena\Editor\ReportEditor::get_attributes_by_id()

Get the attributes by

Return value

array Attributes

This function will return an array for all of the frx attributes defined in the report body These attributes can be saved away and added back in later using.

File

src/Editor/ReportEditor.php, line 777
ReportEditor.inc Wrapper XML class for working with DOM object. It provides helper Enter description here ... @author metzlerd

Class

ReportEditor

Namespace

Drupal\forena\Editor

Code

public function get_attributes_by_id() {
  $this
    ->parse_ids();
  return $this->frx_attributes;
}