You are here

public function AcquiaLiftReportDataFromFile::getRawLearningReport in Acquia Lift Connector 7

Implements AcquiaLiftReportDataSourceInterface::getRawLearningReport().

Overrides AcquiaLiftReportDataSourceInterface::getRawLearningReport

File

includes/acquia_lift.classes.inc, line 1637
Provides an agent type for Acquia Lift

Class

AcquiaLiftReportDataFromFile

Code

public function getRawLearningReport($agent_name, $date_start = NULL, $date_end = NULL, $point = NULL) {
  return $this
    ->getReport($agent_name, 'raw-learning');
}