idSite = $idSite; $this->period = $period; $this->segment = $segment; $this->plugin = $plugin; $this->report = $report; $this->siteTimezone = $siteTimezone; } public function getKey(): string { return implode('|', [ $this->idSite, $this->period->getLabel(), $this->segment->getString(), $this->period->getDateTimeStart()->toString('Y-m-d'), $this->period->getDateTimeEnd()->toString('Y-m-d'), $this->plugin, ]); } }