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
Code
public function getRawLearningReport($agent_name, $date_start = NULL, $date_end = NULL, $point = NULL) {
return $this
->getReport($agent_name, 'raw-learning');
}