ComposerStaticInit4218fb8d9f32b0122bda013c584ba03f
in package
Table of Contents
Properties
- $classMap : mixed
- $prefixDirsPsr4 : mixed
- $prefixLengthsPsr4 : mixed
Methods
- getInitializer() : mixed
Properties
$classMap
public
static mixed
$classMap
= array('Composer\InstalledVersions' => __DIR__ . '/..' . '/composer/InstalledVersions.php')
$prefixDirsPsr4
public
static mixed
$prefixDirsPsr4
= array('Vicchi\GeoJson\\' => array(0 => __DIR__ . '/..' . '/vicchi/geojson-rewind/src'))
$prefixLengthsPsr4
public
static mixed
$prefixLengthsPsr4
= array('V' => array('Vicchi\GeoJson\\' => 15))
Methods
getInitializer()
public
static getInitializer(ClassLoader $loader) : mixed
Parameters
- $loader : ClassLoader