You are here

class AcquiaLiftLearnReportFromFile in Acquia Lift Connector 7.2

Class for Acquia Lift Learn Reports read from a file.

Hierarchy

Expanded class hierarchy of AcquiaLiftLearnReportFromFile

1 string reference to 'AcquiaLiftLearnReportFromFile'
AcquiaLiftReportFactory::create in includes/AcquiaLiftReportFactory.inc
Creates a Report object.

File

includes/AcquiaLiftLearnReportFromFile.inc, line 7

View source
class AcquiaLiftLearnReportFromFile extends AcquiaLiftReportDataFromFileBase implements AcquiaLiftLearnReportDataSourceInterface {
  public function getReportForDateRange($name, $from, $to) {
    return $this
      ->getReport($name);
  }

}

Members

Namesort descending Modifiers Type Description Overrides
AcquiaLiftLearnReportFromFile::getReportForDateRange public function Overrides AcquiaLiftLearnReportDataSourceInterface::getReportForDateRange
AcquiaLiftReportDataFromFileBase::$fileLocation protected property The path to the file that acts as the reporting source.
AcquiaLiftReportDataFromFileBase::$reports protected property An array of reports to act as a request length storage for the reports.
AcquiaLiftReportDataFromFileBase::getReport public function Retrieves a particular report for the specifed agent.
AcquiaLiftReportDataFromFileBase::__construct public function