From 77ba44ca152dcca08ae4d3753e0e52bcea67e984 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 8 Apr 2016 14:28:06 +0200 Subject: php-hoa-realdom: 1.16.01.15 (new package, wip) --- php-hoa-realdom-autoload.php | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 php-hoa-realdom-autoload.php (limited to 'php-hoa-realdom-autoload.php') diff --git a/php-hoa-realdom-autoload.php b/php-hoa-realdom-autoload.php new file mode 100644 index 0000000..82f47d5 --- /dev/null +++ b/php-hoa-realdom-autoload.php @@ -0,0 +1,23 @@ + true, + $vendor . '/Hoa/Consistency/autoload.php' => true, + $vendor . '/Hoa/Exception/autoload.php' => true, + $vendor . '/Hoa/File/autoload.php' => true, + $vendor . '/Hoa/Iterator/autoload.php' => true, + $vendor . '/Hoa/Math/autoload.php' => true, + $vendor . '/Hoa/Praspel/autoload.php' => true, + $vendor . '/Hoa/Regex/autoload.php' => true, + $vendor . '/Hoa/Ustring/autoload.php' => true, + $vendor . '/Hoa/Visitor/autoload.php' => true, + ] as $dep => $mandatory) { + if ($mandatory || file_exists($dep)) require_once($dep); +} + +$fedoraHoaLoader->addNamespace('Hoa\\Realdom\\', __DIR__, true); + -- cgit