@@ 138-145 (lines=8) @@ | ||
135 | /** |
|
136 | * @return RequestInterface |
|
137 | */ |
|
138 | public function getRequest() |
|
139 | { |
|
140 | if (null === $this->request) { |
|
141 | $this->request = new Request($this->logger); |
|
142 | } |
|
143 | ||
144 | return $this->request; |
|
145 | } |
|
146 | ||
147 | /** |
|
148 | * @param RequestInterface $request |
@@ 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 |
@@ 618-625 (lines=8) @@ | ||
615 | /** |
|
616 | * @return RequestInterface |
|
617 | */ |
|
618 | public function getRequest() |
|
619 | { |
|
620 | if (null === $this->request) { |
|
621 | $this->request = new Request($this->logger); |
|
622 | } |
|
623 | ||
624 | return $this->request; |
|
625 | } |
|
626 | ||
627 | /** |
|
628 | * @param RequestInterface $request |
@@ 177-184 (lines=8) @@ | ||
174 | /** |
|
175 | * @return RequestInterface |
|
176 | */ |
|
177 | public function getRequest() |
|
178 | { |
|
179 | if (null === $this->request) { |
|
180 | $this->request = new Request($this->logger); |
|
181 | } |
|
182 | ||
183 | return $this->request; |
|
184 | } |
|
185 | ||
186 | /** |
|
187 | * @param RequestInterface $request |
@@ 245-252 (lines=8) @@ | ||
242 | /** |
|
243 | * @return RequestInterface |
|
244 | */ |
|
245 | public function getRequest() |
|
246 | { |
|
247 | if (null === $this->request) { |
|
248 | $this->request = new Request($this->logger); |
|
249 | } |
|
250 | ||
251 | return $this->request; |
|
252 | } |
|
253 | ||
254 | /** |
|
255 | * @param RequestInterface $request |