Commit 97404b3
committed
Add createRoute method for AnnotationClassLoader
This allows to use a custom route class. So if you want to support
annotations for Routing in Silex it can now be done while keeping the
custom routing options Silex supports.1 parent 4ad343b commit 97404b3Copy full SHA for 97404b3
File tree
Expand file treeCollapse file tree
1 file changed
+6
-1
lines changedOpen diff view settings
Filter options
- src/Symfony/Component/Routing/Loader
Expand file treeCollapse file tree
1 file changed
+6
-1
lines changedOpen diff view settings
Collapse file
src/Symfony/Component/Routing/Loader/AnnotationClassLoader.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Routing/Loader/AnnotationClassLoader.php+6-1Lines changed: 6 additions & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
158 | 158 | |
159 | 159 | |
160 | 160 | |
161 | | - |
| 161 | + |
162 | 162 | |
163 | 163 | |
164 | 164 | |
| ||
259 | 259 | |
260 | 260 | |
261 | 261 | |
| 262 | + |
| 263 | + |
| 264 | + |
| 265 | + |
| 266 | + |
262 | 267 | |
263 | 268 | |
0 commit comments