X7ROOT File Manager
Current Path:
/opt/alt/php53/usr/share/pear/Symfony/Component/EventDispatcher
opt
/
alt
/
php53
/
usr
/
share
/
pear
/
Symfony
/
Component
/
EventDispatcher
/
ðŸ“
..
📄
ContainerAwareEventDispatcher.php
(6.53 KB)
ðŸ“
Debug
📄
Event.php
(3.13 KB)
📄
EventDispatcher.php
(5.43 KB)
📄
EventDispatcherInterface.php
(2.94 KB)
📄
EventSubscriberInterface.php
(1.55 KB)
📄
GenericEvent.php
(3.82 KB)
📄
ImmutableEventDispatcher.php
(2.18 KB)
📄
autoloader.php
(345 B)
Editing: autoloader.php
<?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; } });
Upload File
Create Folder