ILIAS  release_5-2 Revision v5.2.25-18-g3f80b828510
autoload_namespaces.php
Go to the documentation of this file.
1<?php
2
3// autoload_namespaces.php @generated by Composer
4
5$vendorDir = dirname(dirname(__FILE__));
7
8return array(
9 'Pimple' => array($vendorDir . '/pimple/pimple/src'),
10 'PHPExcel' => array($vendorDir . '/phpoffice/phpexcel/Classes'),
11 'LibRIS' => array($vendorDir . '/technosophos/LibRIS/src'),
12 'HTMLPurifier' => array($vendorDir . '/ezyang/htmlpurifier/library'),
13 'GetId3' => array($vendorDir . '/phansys/getid3'),
14 'ComponentInstaller' => array($vendorDir . '/robloach/component-installer/src'),
15 'Assetic' => array($vendorDir . '/kriswallsmith/assetic/src'),
16);
An exception for terminatinating execution or to throw for unit testing.