ILIAS  release_5-2 Revision v5.2.25-18-g3f80b828510
autoload_psr4.php
Go to the documentation of this file.
1<?php
2
3// autoload_psr4.php @generated by Composer
4
5$vendorDir = dirname(dirname(__FILE__));
7
8return array(
9 'cweagans\\Composer\\' => array($vendorDir . '/cweagans/composer-patches/src'),
10 'Whoops\\' => array($vendorDir . '/filp/whoops/src/Whoops'),
11 'Symfony\\Component\\Yaml\\' => array($vendorDir . '/symfony/yaml'),
12 'Symfony\\Component\\Process\\' => array($vendorDir . '/symfony/process'),
13 'Psr\\Log\\' => array($vendorDir . '/psr/log/Psr/Log'),
14 'Monolog\\' => array($vendorDir . '/monolog/monolog/src/Monolog'),
15 'ILIAS\\' => array($baseDir . '/../../src'),
16);
$vendorDir
$baseDir
An exception for terminatinating execution or to throw for unit testing.