예제 #1
0
파일: _model.php 프로젝트: jspetrak/raillog
 public function addJourney(Journey $journey)
 {
     $this->_distance += $journey->getDistance();
     $this->journeys[] = $journey;
 }