PATH:
opt
/
alt
/
php53
/
usr
/
share
/
pear
/
Symfony
/
Bridge
/
Doctrine
<?php spl_autoload_register(function ($class) { if ('\\' == $class[0]) { $class = substr($class, 1); } if ( 0 === strpos($class, 'Symfony\\Bridge\\Doctrine\\') && file_exists($file = __DIR__.'/../../../'.str_replace('\\', '/', $class).'.php') ) { require_once $file; } });
[+]
HttpFoundation
[-] ContainerAwareEventManager.php
[edit]
[+]
Validator
[+]
ExpressionLanguage
[+]
Security
[+]
DependencyInjection
[-] ManagerRegistry.php
[edit]
[+]
Logger
[+]
CacheWarmer
[+]
DataCollector
[+]
..
[+]
Test
[-] autoloader.php
[edit]
[+]
DataFixtures
[+]
Form
[-] RegistryInterface.php
[edit]