| @@ 252-259 (lines=8) @@ | ||
| 249 | /** |
|
| 250 | * @return RequestInterface |
|
| 251 | */ |
|
| 252 | public function getRequest() |
|
| 253 | { |
|
| 254 | if (null === $this->request) { |
|
| 255 | $this->request = new Request($this->logger); |
|
| 256 | } |
|
| 257 | ||
| 258 | return $this->request; |
|
| 259 | } |
|
| 260 | ||
| 261 | /** |
|
| 262 | * @param RequestInterface $request |
|
| @@ 137-144 (lines=8) @@ | ||
| 134 | /** |
|
| 135 | * @return RequestInterface |
|
| 136 | */ |
|
| 137 | public function getRequest() |
|
| 138 | { |
|
| 139 | if (null === $this->request) { |
|
| 140 | $this->request = new Request($this->logger); |
|
| 141 | } |
|
| 142 | ||
| 143 | return $this->request; |
|
| 144 | } |
|
| 145 | ||
| 146 | /** |
|
| 147 | * @param RequestInterface $request |
|
| @@ 614-621 (lines=8) @@ | ||
| 611 | /** |
|
| 612 | * @return RequestInterface |
|
| 613 | */ |
|
| 614 | public function getRequest() |
|
| 615 | { |
|
| 616 | if (null === $this->request) { |
|
| 617 | $this->request = new Request($this->logger); |
|
| 618 | } |
|
| 619 | ||
| 620 | return $this->request; |
|
| 621 | } |
|
| 622 | ||
| 623 | /** |
|
| 624 | * @param RequestInterface $request |
|
| @@ 168-175 (lines=8) @@ | ||
| 165 | /** |
|
| 166 | * @return RequestInterface |
|
| 167 | */ |
|
| 168 | public function getRequest() |
|
| 169 | { |
|
| 170 | if (null === $this->request) { |
|
| 171 | $this->request = new Request($this->logger); |
|
| 172 | } |
|
| 173 | ||
| 174 | return $this->request; |
|
| 175 | } |
|
| 176 | ||
| 177 | /** |
|
| 178 | * @param RequestInterface $request |
|
| @@ 322-329 (lines=8) @@ | ||
| 319 | /** |
|
| 320 | * @return RequestInterface |
|
| 321 | */ |
|
| 322 | public function getRequest() |
|
| 323 | { |
|
| 324 | if (null === $this->request) { |
|
| 325 | $this->request = new Request($this->logger); |
|
| 326 | } |
|
| 327 | ||
| 328 | return $this->request; |
|
| 329 | } |
|
| 330 | ||
| 331 | /** |
|
| 332 | * @param RequestInterface $request |
|
| @@ 257-264 (lines=8) @@ | ||
| 254 | /** |
|
| 255 | * @return RequestInterface |
|
| 256 | */ |
|
| 257 | public function getRequest() |
|
| 258 | { |
|
| 259 | if (null === $this->request) { |
|
| 260 | $this->request = new Request($this->logger); |
|
| 261 | } |
|
| 262 | ||
| 263 | return $this->request; |
|
| 264 | } |
|
| 265 | ||
| 266 | /** |
|
| 267 | * @param RequestInterface $request |
|