1 | <?php |
||
22 | class RouteMatchSpecificationDependencyResolver extends DependencyResolver |
||
23 | { |
||
24 | |||
25 | /** |
||
26 | * Used to configure and/or setup any aliases or namespace roots required by the DependencyResolver |
||
27 | * |
||
28 | * @since $VID:$ |
||
29 | * @throws InvalidAliasException |
||
30 | */ |
||
31 | public function initialize() |
||
41 | } |
||
42 |