getId() public method

public getId ( )
Esempio n. 1
0
 public function addBiome(Biome $biome)
 {
     $this->biomes[$biome->getId()] = $biome;
 }