Esempio n. 1
0
 public function getJsonObject()
 {
     if ($this->flightVoyage) {
         return $this->flightVoyage->getJsonObject();
     }
     return $this->attributes;
 }