PATH:
home
/
centosnipponia
/
public_html
/
appnip
/
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 */ public function getContext(); }
[+]
..
[-] Alias.php
[edit]
[+]
Annotation
[-] CHANGELOG.md
[edit]
[-] CompiledRoute.php
[edit]
[+]
DependencyInjection
[+]
Exception
[+]
Generator
[-] LICENSE
[edit]
[+]
Loader
[+]
Matcher
[-] README.md
[edit]
[-] RequestContext.php
[edit]
[-] RequestContextAwareInterface.php
[edit]
[-] Route.php
[edit]
[-] RouteCollection.php
[edit]
[-] RouteCollectionBuilder.php
[edit]
[-] RouteCompiler.php
[edit]
[-] RouteCompilerInterface.php
[edit]
[-] Router.php
[edit]
[-] RouterInterface.php
[edit]
[-] composer.json
[edit]
[-] .htaccess.disabled
[edit]