PATH:
var
/
www
/
vhosts
/
sandbox.dos-group.com
/
apilora.sandbox.dos-group.com
/
vendor
/
symfony
/
routing
<?php /* * This file is part of the Symfony package. * * (c) Fabien Potencier <fabien@symfony.com> * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace Symfony\Component\Routing; interface RequestContextAwareInterface { /** * Sets the request context. */ public function setContext(RequestContext $context); /** * Gets the request context. * * @return RequestContext The context */ public function getContext(); }
[+]
Exception
[-] Route.php
[open]
[+]
Tests
[-] README.md
[open]
[-] CHANGELOG.md
[open]
[-] CompiledRoute.php
[open]
[-] RouteCompiler.php
[open]
[-] RequestContext.php
[open]
[+]
Matcher
[-] RequestContextAwareInterface.php
[open]
[+]
..
[-] LICENSE
[open]
[-] RouteCollection.php
[open]
[+]
Annotation
[-] Router.php
[open]
[+]
DependencyInjection
[-] phpunit.xml.dist
[open]
[-] RouterInterface.php
[open]
[-] RouteCollectionBuilder.php
[open]
[+]
Generator
[-] RouteCompilerInterface.php
[open]
[+]
Loader
[-] composer.json
[open]
[-] .gitignore
[open]