startInOld = $startInOld; $this->startInNew = $startInNew; $this->endInOld = $endInOld; $this->endInNew = $endInNew; } /** * @return int */ public function getStartInOld() { return $this->startInOld; } /** * @return int */ public function getStartInNew() { return $this->startInNew; } /** * @return int */ public function getEndInOld() { return $this->endInOld; } /** * @return int */ public function getEndInNew() { return $this->endInNew; } }