| @@ 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 | ||
| @@ 1603-1610 (lines=8) @@ | ||
| 1600 | * |
|
| 1601 | * @return GameMapperInterface |
|
| 1602 | */ |
|
| 1603 | public function getGameMapper() |
|
| 1604 | { |
|
| 1605 | if (null === $this->gameMapper) { |
|
| 1606 | $this->gameMapper = $this->serviceLocator->get('playgroundgame_game_mapper'); |
|
| 1607 | } |
|
| 1608 | ||
| 1609 | return $this->gameMapper; |
|
| 1610 | } |
|
| 1611 | ||
| 1612 | /** |
|
| 1613 | * setGameMapper |
|