Exemple #1
0
 public function addJourney(Journey $journey)
 {
     $this->_distance += $journey->getDistance();
     $this->journeys[] = $journey;
 }