You are here

public static function Frx::Fields in Forena Reports 7.3

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

Parameters

$config array of field configuration;:

Return value

FrxFields

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

File

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

Class

Frx

Code

public static function Fields($config = array()) {
  require_once 'FrxFields.inc';
  $o = new FrxFields($config);
  return $o;
}