segment; } public function __construct($idSites, $periods, Segment $segment) { $this->idSites = $idSites; $this->periods = $periods; $this->segment = $segment; } public function getPeriods() { return $this->periods; } public function getIdSites() { return $this->idSites; } }