You are here

public static function Frx::Fields in Forena Reports 7.5

Same name and namespace in other branches
  1. 7.3 Frx.inc \Frx::Fields()
  2. 7.4 Frx.inc \Frx::Fields()

Parameters

$config array of field configuration;:

Return value

ReportFields

1 call to Frx::Fields()
FeedsForenaXMLParser::parse in feeds/FeedsForenaXMLParser.inc
Implements FeedsParser::parse().

File

./Frx.inc, line 112
Frx.incL General Forena Reporting Class

Class

Frx

Code

public static function Fields($config = array()) {
  $o = new ReportFields($config);
  return $o;
}