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