@@ 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 |
@@ 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 |
@@ 328-335 (lines=8) @@ | ||
325 | /** |
|
326 | * @return RequestInterface |
|
327 | */ |
|
328 | public function getRequest() |
|
329 | { |
|
330 | if (null === $this->request) { |
|
331 | $this->request = new Request($this->logger); |
|
332 | } |
|
333 | ||
334 | return $this->request; |
|
335 | } |
|
336 | ||
337 | /** |
|
338 | * @param RequestInterface $request |
@@ 217-224 (lines=8) @@ | ||
214 | /** |
|
215 | * @return RequestInterface |
|
216 | */ |
|
217 | public function getRequest() |
|
218 | { |
|
219 | if (null === $this->request) { |
|
220 | $this->request = new Request($this->logger); |
|
221 | } |
|
222 | ||
223 | return $this->request; |
|
224 | } |
|
225 | ||
226 | /** |
|
227 | * @param RequestInterface $request |
@@ 622-629 (lines=8) @@ | ||
619 | /** |
|
620 | * @return RequestInterface |
|
621 | */ |
|
622 | public function getRequest() |
|
623 | { |
|
624 | if (null === $this->request) { |
|
625 | $this->request = new Request($this->logger); |
|
626 | } |
|
627 | ||
628 | return $this->request; |
|
629 | } |
|
630 | ||
631 | /** |
|
632 | * @param RequestInterface $request |