summaryrefslogtreecommitdiffstats
path: root/php-kdyby-events-autoload.php
blob: e9738fc05c4191e340744f4a864542da684fafed (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<?php
/* Autoloader for kdyby/events and its dependencies */
require_once '/usr/share/php/Fedora/Autoloader/autoload.php';

\Fedora\Autoloader\Autoload::addPsr4('Kdyby\\Events\\', __DIR__);
\Fedora\Autoloader\Dependencies::required(array(
    __DIR__ . '/exceptions.php',
    '/usr/share/php/Doctrine/Common/autoload.php',
    '/usr/share/php/Nette/DI/autoload.php',
    '/usr/share/php/Nette/Utils/autoload.php',
    '/usr/share/php/Nette/Reflection/autoload.php',
));