Elgg  Version 5.1
RouteCollection.php
Go to the documentation of this file.
1 <?php
2 
3 namespace Elgg\Router;
4 
8 class RouteCollection extends \Symfony\Component\Routing\RouteCollection {
9 
10 }
RouteCollection Wrapper.