public function jsonSerialize() { return array_merge(array('planet' => $this->planet, 'alliance' => $this->alliance), parent::jsonSerialize()); }
public function jsonSerialize() { return array_merge(array('alliance' => $this->alliance, 'armor' => $this->armor, 'shield' => $this->shield, 'weapon' => $this->weapon, 'fleets' => $this->fleets), parent::jsonSerialize()); }