You are here

AcquiaLiftLearnReportDataSourceInterface.inc in Acquia Lift Connector 7.2

File

includes/AcquiaLiftLearnReportDataSourceInterface.inc
View source
<?php

/**
 * Interface for report data source class that Lift Learn Reports can use.
 */
interface AcquiaLiftLearnReportDataSourceInterface {
  public function getReportForDateRange($name, $from, $to);

}

Interfaces

Namesort descending Description
AcquiaLiftLearnReportDataSourceInterface Interface for report data source class that Lift Learn Reports can use.