You are here

public function FrxReportEditor::get_attributes_by_id in Forena Reports 7

Same name and namespace in other branches
  1. 6.2 FrxReportEditor.inc \FrxReportEditor::get_attributes_by_id()
  2. 6 FrxReportEditor.inc \FrxReportEditor::get_attributes_by_id()
  3. 7.2 FrxReportEditor.inc \FrxReportEditor::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

./FrxReportEditor.inc, line 407

Class

FrxReportEditor
Wrapper XML class for working with DOM object. It provides helper Enter description here ... @author metzlerd

Code

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