@@ 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 |
@@ 214-221 (lines=8) @@ | ||
211 | /** |
|
212 | * @return RequestInterface |
|
213 | */ |
|
214 | public function getRequest() |
|
215 | { |
|
216 | if (null === $this->request) { |
|
217 | $this->request = new Request($this->logger); |
|
218 | } |
|
219 | ||
220 | return $this->request; |
|
221 | } |
|
222 | ||
223 | /** |
|
224 | * @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 |