@@ -209,6 +209,9 @@ |
||
209 | 209 | |
210 | 210 | } |
211 | 211 | |
212 | + /** |
|
213 | + * @param string[] $bits |
|
214 | + */ |
|
212 | 215 | private function evalUri($parameters, $bits) { |
213 | 216 | |
214 | 217 | $count = 0; |
@@ -95,6 +95,9 @@ discard block |
||
95 | 95 | |
96 | 96 | } |
97 | 97 | |
98 | + /** |
|
99 | + * @return Configuration |
|
100 | + */ |
|
98 | 101 | public function configuration() { |
99 | 102 | |
100 | 103 | if (empty($this->configuration)) { |
@@ -131,6 +134,9 @@ discard block |
||
131 | 134 | |
132 | 135 | } |
133 | 136 | |
137 | + /** |
|
138 | + * @return Request |
|
139 | + */ |
|
134 | 140 | public function request() { |
135 | 141 | |
136 | 142 | if (empty($this->request)) { |
@@ -143,6 +149,9 @@ discard block |
||
143 | 149 | |
144 | 150 | } |
145 | 151 | |
152 | + /** |
|
153 | + * @return RouteCollector |
|
154 | + */ |
|
146 | 155 | public function router() { |
147 | 156 | |
148 | 157 | if (empty($this->router)) { |
@@ -155,6 +164,9 @@ discard block |
||
155 | 164 | |
156 | 165 | } |
157 | 166 | |
167 | + /** |
|
168 | + * @return Response |
|
169 | + */ |
|
158 | 170 | public function response() { |
159 | 171 | |
160 | 172 | if (empty($this->response)) { |
@@ -167,6 +179,9 @@ discard block |
||
167 | 179 | |
168 | 180 | } |
169 | 181 | |
182 | + /** |
|
183 | + * @return null|Extra |
|
184 | + */ |
|
170 | 185 | public function extra() { |
171 | 186 | |
172 | 187 | if (empty($this->extra)) { |
@@ -273,6 +288,9 @@ discard block |
||
273 | 288 | |
274 | 289 | } |
275 | 290 | |
291 | + /** |
|
292 | + * @param string $name |
|
293 | + */ |
|
276 | 294 | private function emitServiceSpecializedEvents($name) { |
277 | 295 | |
278 | 296 | $this->logger()->debug("Emitting $name service-event."); |