You are here

public static function Frx::DataManager in Forena Reports 7.5

Forena Repository manager Class factory

Return value

DataManager

1 call to Frx::DataManager()
FeedsForenaBlockFetcher::fetch in feeds/FeedsForenaBlockFetcher.inc

File

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

Class

Frx

Code

public static function DataManager() {
  static $o = '';
  if (!$o) {
    $o = new DataManager();
  }
  return $o;
}