summaryrefslogtreecommitdiff
path: root/dev-php/File_Iterator/files/autoload-2.0.2.php
blob: 746fefa8880949d70c6d0f1a47f627acdf86fcf7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?php
/* Autoloader for dev-php/File_Iterator */

if (!class_exists('Fedora\\Autoloader\\Autoload', false)) {
    require_once '/usr/share/php/Fedora/Autoloader/autoload.php';
}

\Fedora\Autoloader\Autoload::addClassMap(
    [
		'sebastianbergmann\\fileiterator\\facade' => '/Facade.php',
		'sebastianbergmann\\fileiterator\\factory' => '/Factory.php',
		'sebastianbergmann\\fileiterator\\iterator' => '/Iterator.php',
    ],
    __DIR__
);