You are here

public function FrxAPI::getReportFileContents in Forena Reports 8

Load the contents of a file in the report file system.

Parameters

$filename:

Return value

string

File

src/FrxAPI.php, line 77
FrxAPI.incL General Forena Reporting Class

Class

FrxAPI
Implements FrxAPI Trait

Namespace

Drupal\forena

Code

public function getReportFileContents($filename) {
  return ReportFileSystem::instance()
    ->contents($filename);
}