summaryrefslogtreecommitdiff
path: root/dev-php/theseer-tokenizer/files/autoload.php
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:57:42 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:57:42 +0100
commit1798c4aeca70ac8d0a243684d6a798fbc65735f8 (patch)
treee48e19cb6fa03de18e1c63e1a93371b7ebc4eb56 /dev-php/theseer-tokenizer/files/autoload.php
parentd87262dd706fec50cd150aab3e93883b6337466d (diff)
gentoo resync : 14.07.2018
Diffstat (limited to 'dev-php/theseer-tokenizer/files/autoload.php')
-rw-r--r--dev-php/theseer-tokenizer/files/autoload.php20
1 files changed, 0 insertions, 20 deletions
diff --git a/dev-php/theseer-tokenizer/files/autoload.php b/dev-php/theseer-tokenizer/files/autoload.php
deleted file mode 100644
index 67f5bd3506e0..000000000000
--- a/dev-php/theseer-tokenizer/files/autoload.php
+++ /dev/null
@@ -1,20 +0,0 @@
-<?php
-/* Autoloader for dev-php/theseer-tokenizer */
-
-if (!class_exists('Fedora\\Autoloader\\Autoload', false)) {
- require_once 'Fedora/Autoloader/autoload.php';
-}
-
-\Fedora\Autoloader\Autoload::addClassMap(
- [
- 'theseer\\tokenizer\\exception' => '/Exception.php',
- 'theseer\\tokenizer\\namespaceuri' => '/NamespaceUri.php',
- 'theseer\\tokenizer\\namespaceuriexception' => '/NamespaceUriException.php',
- 'theseer\\tokenizer\\token' => '/Token.php',
- 'theseer\\tokenizer\\tokencollection' => '/TokenCollection.php',
- 'theseer\\tokenizer\\tokencollectionexception' => '/TokenCollectionException.php',
- 'theseer\\tokenizer\\tokenizer' => '/Tokenizer.php',
- 'theseer\\tokenizer\\xmlserializer' => '/XMLSerializer.php',
- ],
- __DIR__
-);