| @@ 58-71 (lines=14) @@ | ||
| 55 | * @param MapQueryBuilder $mapQuery |
|
| 56 | * @param Console $console |
|
| 57 | */ |
|
| 58 | public function __construct( |
|
| 59 | MapStorage $mapStorage, |
|
| 60 | PlayerQueryBuilder $playerQueryBuilder, |
|
| 61 | RecordQueryBuilder $recordQueryBuilder, |
|
| 62 | MapQueryBuilder $mapQuery, |
|
| 63 | Console $console |
|
| 64 | ) { |
|
| 65 | parent::__construct(); |
|
| 66 | $this->mapStorage = $mapStorage; |
|
| 67 | $this->playerQueryBuilder = $playerQueryBuilder; |
|
| 68 | $this->recordQueryBuilder = $recordQueryBuilder; |
|
| 69 | $this->mapQuery = $mapQuery; |
|
| 70 | $this->console = $console; |
|
| 71 | } |
|
| 72 | ||
| 73 | /** |
|
| 74 | * @inheritdoc |
|
| @@ 61-74 (lines=14) @@ | ||
| 58 | * @param MapQueryBuilder $mapQuery |
|
| 59 | * @param Console $console |
|
| 60 | */ |
|
| 61 | public function __construct( |
|
| 62 | MapStorage $mapStorage, |
|
| 63 | PlayerQueryBuilder $playerQueryBuilder, |
|
| 64 | RecordQueryBuilder $recordQueryBuilder, |
|
| 65 | MapQueryBuilder $mapQuery, |
|
| 66 | Console $console |
|
| 67 | ) { |
|
| 68 | parent::__construct(); |
|
| 69 | $this->mapStorage = $mapStorage; |
|
| 70 | $this->playerQueryBuilder = $playerQueryBuilder; |
|
| 71 | $this->recordQueryBuilder = $recordQueryBuilder; |
|
| 72 | $this->mapQuery = $mapQuery; |
|
| 73 | $this->console = $console; |
|
| 74 | } |
|
| 75 | ||
| 76 | /** |
|
| 77 | * @inheritdoc |
|