You are here

public function AcquiaLiftAgent::renderStatsForOptionSet in Acquia Lift Connector 7

Implements PersonalizeAgentReportInterface::renderStatsForOptionSet().

A facade to the reporting class.

File

plugins/agent_types/AcquiaLiftAgent.inc, line 596
Provides an agent type for Acquia Lift

Class

AcquiaLiftAgent

Code

public function renderStatsForOptionSet($option_set, $date_from, $date_to = NULL) {
  return $this
    ->getReporting()
    ->renderStatsForOptionSet($option_set, $date_from, $date_to);
}