class AcquiaLiftLearnReportFromFile in Acquia Lift Connector 7.2
Class for Acquia Lift Learn Reports read from a file.
Hierarchy
- class \AcquiaLiftReportDataFromFileBase
- class \AcquiaLiftLearnReportFromFile implements AcquiaLiftLearnReportDataSourceInterface
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
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
AcquiaLiftLearnReportFromFile:: |
public | function |
Overrides AcquiaLiftLearnReportDataSourceInterface:: |
|
AcquiaLiftReportDataFromFileBase:: |
protected | property | The path to the file that acts as the reporting source. | |
AcquiaLiftReportDataFromFileBase:: |
protected | property | An array of reports to act as a request length storage for the reports. | |
AcquiaLiftReportDataFromFileBase:: |
public | function | Retrieves a particular report for the specifed agent. | |
AcquiaLiftReportDataFromFileBase:: |
public | function |