You are here

public function Reports::__construct in Yandex.Metrics 8.2

File

yandex_metrics_reports/src/Reports.php, line 19
Contains \Drupal\yandex_metrics_reports\YandexMetricsReports.

Class

Reports
Reports manager for YandexMetrics module.

Namespace

Drupal\yandex_metrics_reports

Code

public function __construct($counter_id, $filter) {
  $this->counter_id = $counter_id;
  $this->filter = $filter;
}