Example #1
0
 public function getInArray()
 {
     return array('id' => $this->id, 'description' => $this->description, 'boss' => $this->boss, 'bossID' => $this->bossID, 'loot' => JSONTransformer::arrayToJsonArray($this->loot), 'lootCount' => $this->lootCount, 'lootID' => $this->lootID, 'monster' => $this->monster->getInArray(), 'monsterCount' => $this->monsterCount, 'monsterID' => $this->monsterID, 'playerCount' => $this->playerCount, 'playerFraction' => $this->playerFraction->getInArray(), 'playerFractionID' => $this->playerFractionID);
 }
Example #2
0
 public function getInArray()
 {
     return array('id' => $this->id, 'name' => $this->name, 'bankID' => $this->bankID, 'expirience' => $this->expirience, 'fractionID' => $this->fractionID, 'fraction' => $this->fraction->getInArray(), 'level' => $this->level);
 }
Example #3
0
 public function getInArray()
 {
     return array('id' => $this->id, 'name' => $this->name, 'modelID' => $this->modelID, 'model' => $this->model->getInArray(), 'agility' => $this->agility, 'energyRegeneration' => $this->energyRegeneration, 'fractionID' => $this->fractionID, 'fraction' => $this->fraction->getInArray(), 'hp' => $this->hp, 'strength' => $this->strength, 'typeID' => $this->typeID, 'hpRegeneration' => $this->hpRegeneration, 'intelligence' => $this->intelligence, 'level' => $this->level, 'location' => $this->location->getInArray(), 'locationID' => $this->locationID, 'mpRegeneration' => $this->mpRegeneration, 'mp' => $this->mp);
 }