You are here

public function FrxEditor::get_attributes_by_id in Forena Reports 7.4

Same name and namespace in other branches
  1. 7.3 FrxEditor.inc \FrxEditor::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

./FrxEditor.inc, line 694
FrxEditor.inc Wrapper XML class for working with DOM object. It provides helper Enter description here ... @author metzlerd

Class

FrxEditor
@file FrxEditor.inc 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;
}