| @@ 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 | ||
| @@ 1544-1551 (lines=8) @@ | ||
| 1541 | * |
|
| 1542 | * @return GameMapperInterface |
|
| 1543 | */ |
|
| 1544 | public function getGameMapper() |
|
| 1545 | { |
|
| 1546 | if (null === $this->gameMapper) { |
|
| 1547 | $this->gameMapper = $this->serviceLocator->get('playgroundgame_game_mapper'); |
|
| 1548 | } |
|
| 1549 | ||
| 1550 | return $this->gameMapper; |
|
| 1551 | } |
|
| 1552 | ||
| 1553 | /** |
|
| 1554 | * setGameMapper |
|