ILIAS  release_5-3 Revision v5.3.23-19-g915713cf615
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 'Twig_Extensions_' => array($vendorDir . '/twig/extensions/lib'),
10 'Twig_' => array($vendorDir . '/twig/twig/lib'),
11 'SAML2\\' => array($vendorDir . '/simplesamlphp/saml2/src'),
12 'Pimple' => array($vendorDir . '/pimple/pimple/src'),
13 'PHPExcel' => array($vendorDir . '/phpoffice/phpexcel/Classes'),
14 'LibRIS' => array($vendorDir . '/technosophos/LibRIS/src'),
15 'HTMLPurifier' => array($vendorDir . '/ezyang/htmlpurifier/library'),
16);
An exception for terminatinating execution or to throw for unit testing.