| @@ 288-295 (lines=8) @@ | ||
| 285 | * |
|
| 286 | * @return Mapper/GameMapper $gameMapper |
|
| 287 | */ |
|
| 288 | public function getGameMapper() |
|
| 289 | { |
|
| 290 | if (null === $this->gameMapper) { |
|
| 291 | $this->gameMapper = $this->serviceLocator->get('playgroundgame_game_mapper'); |
|
| 292 | } |
|
| 293 | ||
| 294 | return $this->gameMapper; |
|
| 295 | } |
|
| 296 | } |
|
| 297 | ||
| @@ 1674-1681 (lines=8) @@ | ||
| 1671 | * |
|
| 1672 | * @return GameMapperInterface |
|
| 1673 | */ |
|
| 1674 | public function getGameMapper() |
|
| 1675 | { |
|
| 1676 | if (null === $this->gameMapper) { |
|
| 1677 | $this->gameMapper = $this->serviceLocator->get('playgroundgame_game_mapper'); |
|
| 1678 | } |
|
| 1679 | ||
| 1680 | return $this->gameMapper; |
|
| 1681 | } |
|
| 1682 | ||
| 1683 | /** |
|
| 1684 | * setGameMapper |
|