PATH:
opt
/
alt
/
php53
/
usr
/
share
/
pear
/
Symfony
/
Component
/
Routing
<?php spl_autoload_register(function ($class) { if ('\\' == $class[0]) { $class = substr($class, 1); } if ( 0 === strpos($class, 'Symfony\\Component\\Routing\\') && file_exists($file = __DIR__.'/../../../'.str_replace('\\', '/', $class).'.php') ) { require_once $file; } });
[+]
Annotation
[-] CompiledRoute.php
[edit]
[-] RouterInterface.php
[edit]
[-] autoloader.php
[edit]
[-] RouteCompiler.php
[edit]
[-] Router.php
[edit]
[+]
Matcher
[+]
..
[+]
Exception
[-] Route.php
[edit]
[-] RequestContextAwareInterface.php
[edit]
[-] RouteCollection.php
[edit]
[-] RequestContext.php
[edit]
[+]
Generator
[+]
Loader
[-] RouteCompilerInterface.php
[edit]