Beispiel #1
0
 public function jsonSerialize()
 {
     return array_merge(array('debris_field' => $this->debris_field, 'recycler_capacity' => $this->recycler_capacity, 'recycler_count' => $this->recycler_count), parent::jsonSerialize());
 }
Beispiel #2
0
 public function jsonSerialize()
 {
     return array_merge(array('planet' => $this->planet, 'loot_percentage' => $this->loot_percentage, 'combat_rounds_count' => $this->combat_rounds_count, 'combat_honourable' => $this->combat_honourable, 'loot' => $this->loot, 'debris_field' => $this->debris_field, 'winner' => $this->winner, 'attacker_party' => $this->attacker_party, 'defender_party' => $this->defender_party, 'combat_rounds' => $this->combat_rounds, 'raids' => $this->raids, 'player_id_count' => $this->player_id_count, 'combat_moon' => $this->combat_moon), parent::jsonSerialize());
 }
Beispiel #3
0
 public function jsonSerialize()
 {
     return array_merge(array('activity' => $this->activity, 'attacker' => $this->attacker, 'defender' => $this->defender, 'loot_percentage' => $this->loot_percentage, 'spy_fail_chance' => $this->spy_fail_chance, 'total_defense_count' => $this->total_defense_count, 'total_ship_count' => $this->total_ship_count), parent::jsonSerialize());
 }
 public function jsonSerialize()
 {
     return array_merge(array('attacker' => $this->attacker, 'attacker_lost_missiles' => $this->attacker_lost_missiles, 'defender' => $this->defender, 'defender_lost_missiles' => $this->defender_lost_missiles), parent::jsonSerialize());
 }