@@ 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 |
@@ 1891-1898 (lines=8) @@ | ||
1888 | * |
|
1889 | * @return GameMapperInterface |
|
1890 | */ |
|
1891 | public function getGameMapper() |
|
1892 | { |
|
1893 | if (null === $this->gameMapper) { |
|
1894 | $this->gameMapper = $this->serviceLocator->get('playgroundgame_game_mapper'); |
|
1895 | } |
|
1896 | ||
1897 | return $this->gameMapper; |
|
1898 | } |
|
1899 | ||
1900 | /** |
|
1901 | * setGameMapper |