From af4a1ae94c79f8726919b3ab4eff102dcd313d79 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 6 Apr 2016 10:28:15 +0200 Subject: php-hoa-protocol: new package (wip) --- php-hoa-protocol-autoload.php | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 php-hoa-protocol-autoload.php (limited to 'php-hoa-protocol-autoload.php') diff --git a/php-hoa-protocol-autoload.php b/php-hoa-protocol-autoload.php new file mode 100644 index 0000000..a8b3e6f --- /dev/null +++ b/php-hoa-protocol-autoload.php @@ -0,0 +1,16 @@ + true, + $vendor . '/Hoa/Exception/autoload.php' => true, + ] as $dep => $mandatory) { + if ($mandatory || file_exists($dep)) require_once($dep); +} + +$fedoraHoaLoader->addNamespace('Hoa\\Protocol\\', __DIR__, true); +require_once __DIR__ .'/Wrapper.php'; + -- cgit