/opt/alt/php54/usr/share/pear/Symfony/Component/EventDispatcher
<?php spl_autoload_register(function ($class) { if ('\\' == $class[0]) { $class = substr($class, 1); } if ( 0 === strpos($class, 'Symfony\\Component\\EventDispatcher\\') && file_exists($file = __DIR__.'/../../../'.str_replace('\\', '/', $class).'.php') ) { require_once $file; } });
.
Edit
..
Edit
ContainerAwareEventDispatcher.php
Edit
Debug
Edit
Event.php
Edit
EventDispatcher.php
Edit
EventDispatcherInterface.php
Edit
EventSubscriberInterface.php
Edit
GenericEvent.php
Edit
ImmutableEventDispatcher.php
Edit
autoloader.php
Edit