Ejemplo n.º 1
0
 private function addDestination(Destination $destination)
 {
     $this->destinations[$destination->getName()] = $destination;
 }