@@ 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 |
@@ 209-216 (lines=8) @@ | ||
206 | /** |
|
207 | * @return RequestInterface |
|
208 | */ |
|
209 | public function getRequest() |
|
210 | { |
|
211 | if (null === $this->request) { |
|
212 | $this->request = new Request($this->logger); |
|
213 | } |
|
214 | ||
215 | return $this->request; |
|
216 | } |
|
217 | ||
218 | /** |
|
219 | * @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 |
@@ 306-313 (lines=8) @@ | ||
303 | /** |
|
304 | * @return RequestInterface |
|
305 | */ |
|
306 | public function getRequest() |
|
307 | { |
|
308 | if (null === $this->request) { |
|
309 | $this->request = new Request($this->logger); |
|
310 | } |
|
311 | ||
312 | return $this->request; |
|
313 | } |
|
314 | ||
315 | /** |
|
316 | * @param RequestInterface $request |